kysely
    Preparing search index...

    Interface QueryCreatorProps

    interface QueryCreatorProps {
        executor: QueryExecutor;
        withNode?: WithNode;
    }
    Index

    Properties

    Properties

    executor: QueryExecutor
    withNode?: WithNode