export class FormLaunchInterface extends Array{ Id: number; DisplayName: string; FormTemplateId: number; IsOneTime: boolean; IsNow: boolean; IsRecurring: boolean; RecurringMonth: number; RecurringDays: number; RecurringStartDate: string; EmployeeHireStartDate: string; EmployeeHireEndDate: string; OneTimeDueDate: string; RecurringDueMonth: number; RecurringDueDays: number; EmployeeIds: string; CreatedDate: string; CreatedBy: string; UpdatedDate: string; UpdatedBy: string; }