Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Type Alias TableNodeInternal

    TableNode: Readonly<
        {
            create(table: string): TableNode;
            createWithSchema(schema: string, table: string): TableNode;
            is(node: OperationNode): node is TableNode;
        },
    >