CoolFace
Apppublic

sifars/automated-invoice-processing-agent-backend

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
PwVendorsInterface.ts10 linesDownload Raw Back to interfaces
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