ExternalRegistryRecord: {
    authority: BasePluginAuthority;
    dataLen: Option<bigint>;
    dataOffset: Option<bigint>;
    lifecycleChecks: Option<[HookableLifecycleEvent, ExternalCheckResult][]>;
    offset: bigint;
    pluginType: ExternalPluginAdapterType;
}

Type declaration

Generated using TypeDoc