Amélioration du formulaire d'ajout pour appeler

l'API X fois
This commit is contained in:
Sébastien André
2019-10-31 16:41:22 +01:00
parent cd95b2c9b1
commit 30b7f33bdf
5 changed files with 81 additions and 32 deletions

View File

@@ -12,6 +12,7 @@ export class JumpReq {
public deployAltitude: number;
public withCutaway: boolean;
public notes: string;
public jumpDate: Date;
}
export class JumpResp {
@@ -28,4 +29,5 @@ export class JumpResp {
public deployAltitude: number;
public withCutaway: boolean;
public notes: string;
public jumpDate: Date;
}