sifars/automated-invoice-processing-agent-backend
0
1export interface PwVendorInterface {2 id: number;3 pw_id: bigint;4 name: string;5 type?: string | null;6 default_bill_split?: bigint | null;7 created_at?: Date;8 updated_at?: Date;9 }10 