Skip to Content
Api ReferenceInterfacesCreateTypeBuilderProps

Last Updated: 3/10/2026


kysely

  • CreateTypeBuilderProps

Interface CreateTypeBuilderProps

interface CreateTypeBuilderProps {
    executor: QueryExecutor;
    node: CreateTypeNode;
    queryId: QueryId;
}

Index

Properties

executor node queryId

Properties

Readonlyexecutor

executor: QueryExecutor

Readonlynode

node: CreateTypeNode

ReadonlyqueryId

queryId: QueryId

Settings

Member Visibility

On This Page

Properties

executornodequeryId