Type alias InStatement

InStatement: {
    args?: InArgs;
    sql: string;
} | string

Generated using TypeDoc