fix(ui): Align api with backend

This commit is contained in:
Ferdinand Thiessen 2021-12-22 01:07:45 +01:00
parent a09ce26474
commit 2ef9fd023a
1 changed files with 1 additions and 1 deletions

2
src/api.d.ts vendored
View File

@ -15,11 +15,11 @@ declare namespace FG {
} }
interface Invitation { interface Invitation {
id: number; id: number;
time: Date;
job_id: number; job_id: number;
invitee_id: string; invitee_id: string;
inviter_id: string; inviter_id: string;
transferee_id?: string; transferee_id?: string;
transferee: User;
} }
interface Job { interface Job {
id: number; id: number;