ExternalRegistryRecordArgs: {
    authority: BasePluginAuthorityArgs;
    dataLen: OptionOrNullable<number | bigint>;
    dataOffset: OptionOrNullable<number | bigint>;
    lifecycleChecks: OptionOrNullable<[HookableLifecycleEventArgs, ExternalCheckResultArgs][]>;
    offset: number | bigint;
    pluginType: ExternalPluginAdapterTypeArgs;
}

Type declaration

Generated using TypeDoc