Type alias SGTypeContext

SGTypeContext: {
    typeConfig: ((name: string) => SGTypeConfig | null);
}

Type declaration

Generated using TypeDoc