Interface DBRequest

interface DBRequest {
    delete?: DBRequest_DBDelete;
    get?: DBRequest_DBGet;
    list?: DBRequest_DBList;
    opId: bigint;
    upsert?: DBRequest_DBUpsert;
}

Properties

opId: bigint