SudoSOS Back-end API / events / EventFilterParameters
Interface: EventFilterParameters ​
Properties ​
afterDate? ​
ts
optional afterDate?: Date;beforeDate? ​
ts
optional beforeDate?: Date;createdById? ​
ts
optional createdById?: number;id? ​
ts
optional id?: number;name? ​
ts
optional name?: string;type? ​
ts
optional type?: EventType;