export interface QBDeleteBuilder { table: { name: string; schema: string; }; }