kysely
    Preparing search index...

    Interface PlainDeferred<O>

    interface PlainDeferred<O> {
        reject: (reason: any) => void;
        resolve: (value?: O) => void;
    }

    Type Parameters

    • O
    Index

    Properties

    Properties

    reject: (reason: any) => void
    resolve: (value?: O) => void