Last Updated: 3/10/2026
- CreateTypeBuilderProps
Interface CreateTypeBuilderProps
interface CreateTypeBuilderProps {
executor: QueryExecutor;
node: CreateTypeNode;
queryId: QueryId;
}
Index
Properties
Properties
Readonlyexecutor
executor: QueryExecutor
Readonlynode
node: CreateTypeNode
ReadonlyqueryId
queryId: QueryId
Settings
Member Visibility
On This Page
Properties