Coda by Ian Macalinao
    Preparing search index...

    Type Alias PluginRegistryV1

    The index of every internal plugin and external plugin adapter attached to an asset or collection, stored after the PluginHeaderV1.

    type PluginRegistryV1 = {
        externalRegistry: ExternalRegistryRecord[];
        key: Key;
        registry: RegistryRecord[];
    }
    Index
    externalRegistry: ExternalRegistryRecord[]

    The external plugin adapters attached to the asset/collection, and where each one's data lives.

    key: Key

    Account discriminator; always Key.PluginRegistryV1.

    registry: RegistryRecord[]

    The internal plugins attached to the asset/collection, and where each one's data lives.