UNPKG

@tomei/finance

Version:

NestJS package for finance module

13 lines 352 B
export interface IJournalEntryAttr { CompanyId?: string; JournalEntryId?: string; Date?: Date; Name?: string; Description?: string; AccSystemRefId?: string; PostedToAccSystemYN?: string; PostedById?: string; PostedDateTime?: Date; dbTransaction?: any; } //# sourceMappingURL=journal-entry-attr.interface.d.ts.map