kysely
    Preparing search index...

    Interface KyselyTypeError<E>

    interface KyselyTypeError<E extends string> {
        __kyselyTypeError__: E;
    }

    Type Parameters

    • E extends string
    Index

    Properties

    __kyselyTypeError__: E