Anchorage API reference
    Preparing search index...

    Interface ApprovalPreparedStatement

    interface ApprovalPreparedStatement {
        all<T = unknown>(): Promise<{ results: T[] }>;
        bind(...values: unknown[]): ApprovalPreparedStatement;
        first<T = unknown>(): Promise<T | null>;
        run(): Promise<unknown>;
    }
    Index

    Methods

    Methods