Type alias TypeSchemaHookCallback
TypeSchemaHookCallback: ((schemaString: string, source: string, relationship: object | null) => string)
Type declaration
-
- (schemaString: string, source: string, relationship: object | null): string
-
Parameters
-
schemaString: string
-
source: string
-
relationship: object | null
Returns string