interface BoundQuery {
    bind?: Record<string, unknown>;
    query: string;
}

Properties

Properties

bind?: Record<string, unknown>
query: string