Coda by Ian Macalinao
    Preparing search index...

    Type Alias AddPluginV1ArgsArgs

    type AddPluginV1ArgsArgs = {
        initAuthority: OptionOrNullable<AuthorityArgs>;
        plugin: PluginArgs;
    }
    Index
    initAuthority: OptionOrNullable<AuthorityArgs>

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

    plugin: PluginArgs

    The plugin variant and its configuration to add.