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