UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 247 B
import { EGlobalSettingsType } from "../enums/global-settings-type.enum"; export interface IInvoiceSettings { billingDays: number; type: EGlobalSettingsType; id: string; active: boolean; createdAt: Date; updatedAt: Date; }