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