CoolFace
Apppublic

sifars/automated-invoice-processing-agent-backend

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
PwGlaccountsInterface.ts9 linesDownload Raw Back to interfaces
1export interface PwGlaccountsInterface {2    id?: number;3    pw_id: bigint;4    name: string;5    account_number: string | null;6    created_at?: Date;7    updated_at?: Date;8  }9