Added simple pagination to participants-list
This commit is contained in:
committed by
Erik Tiekstra
parent
8a9b0049d4
commit
0a5448ff4f
@@ -1,9 +1,12 @@
|
||||
import { ParticipantStatus } from '@dafa-enums/participant-status.enum';
|
||||
import { Service } from '@dafa-enums/service.enum';
|
||||
|
||||
export interface Participant {
|
||||
id: number;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
status: ParticipantStatus;
|
||||
nextStep: string;
|
||||
service: Service;
|
||||
errandNumber: number;
|
||||
startDate: Date;
|
||||
|
||||
Reference in New Issue
Block a user