Type Alias CommandContext
CommandContext: {
basePath: string;
locals: Record<string, unknown>;
request: Request;
store: BaseStore<SchemaRegistry>;
}
Type declaration
basePath: string
locals: Record<string, unknown>
request: Request
store: BaseStore<SchemaRegistry>