mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
create weakly event
This commit is contained in:
@@ -6,7 +6,7 @@ import { EventPerson } from './eventperson.model';
|
||||
export interface EventRecurrence {
|
||||
Type?: number | string;
|
||||
Day?: number;
|
||||
DayOfWeek?: number;
|
||||
daysOfWeek?: number[];
|
||||
Month?: number | string;
|
||||
LastOccurrence?: Date | string;
|
||||
frequency?: string,
|
||||
|
||||
Reference in New Issue
Block a user