kysely
    Preparing search index...

    Interface DropTypeNode

    interface DropTypeNode {
        additionalNames?: SchemableIdentifierNode[];
        cascade?: boolean;
        ifExists?: boolean;
        kind: "DropTypeNode";
        name: SchemableIdentifierNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalNames?: SchemableIdentifierNode[]
    cascade?: boolean
    ifExists?: boolean
    kind: "DropTypeNode"