interface QueryCreatorProps {
    executor: QueryExecutor;
    withNode?: kysely.WithNode;
}

Properties

Properties

executor: QueryExecutor
withNode?: kysely.WithNode