kysely
    Preparing search index...

    Interface Compilable<O>

    interface Compilable<O = unknown> {
        compile(): CompiledQuery<O>;
    }

    Type Parameters

    • O = unknown

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods