SchemaImportCallbacks<T> Interface @beta

Callbacks for schema import operations.

Properties

Name Type Description
postSchemaImportCallback (context: PostImportContext<any>) => Promise<void> | undefined Will be executed after schemas are imported, while schema lock is still held.  
preSchemaImportCallback (context: PreImportContext<any>) => Promise<PreImportCallbackResult<T>> | undefined Will be executed before schemas are imported but after channel upgrades.  

Defined in

Last Updated: 08 April, 2026