Bansari Akhani
sync vendors and glaccounts
e66f26b
raw
history blame contribute delete
206 Bytes
export interface PwVendorInterface {
id: number;
pw_id: bigint;
name: string;
type?: string | null;
default_bill_split?: bigint | null;
created_at?: Date;
updated_at?: Date;
}