Spaces:
Runtime error
Runtime error
export interface PwVendorInterface { | |
id: number; | |
pw_id: bigint; | |
name: string; | |
type?: string | null; | |
default_bill_split?: bigint | null; | |
created_at?: Date; | |
updated_at?: Date; | |
} | |