Added foundation of a simple mock-api
This commit is contained in:
committed by
Erik Tiekstra
parent
81ac40ef31
commit
e1b8979b99
9
apps/dafa-web/src/app/data/models/participant.model.ts
Normal file
9
apps/dafa-web/src/app/data/models/participant.model.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Service } from '@dafa-enums/service.enum';
|
||||
|
||||
export interface Participant {
|
||||
id: number;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
service: Service;
|
||||
errandNumber: number;
|
||||
}
|
||||
Reference in New Issue
Block a user