Coda by Ian Macalinao
    Preparing search index...

    Type Alias AddCollectionPluginV1Args

    Arguments for addCollectionPluginV1.

    type AddCollectionPluginV1Args = {
        initAuthority: Option<Authority>;
        plugin: Plugin;
    }
    Index

    Properties

    initAuthority: Option<Authority>

    The authority to manage the plugin; defaults to the plugin type's standard authority if omitted.

    plugin: Plugin

    The plugin variant and its configuration to add.