Possibilité d'éditer un saut (sur 3 infos)
Indication d'un saut est spécial.
This commit is contained in:
@@ -17,7 +17,8 @@ export class JumpReq {
|
||||
public deployAltitude: number;
|
||||
public withCutaway: boolean;
|
||||
public notes: string;
|
||||
public jumpDate: string; //Date;
|
||||
public jumpDate: string;
|
||||
public isSpecial: boolean;
|
||||
}
|
||||
|
||||
export class JumpResp {
|
||||
@@ -36,4 +37,5 @@ export class JumpResp {
|
||||
public withCutaway: boolean;
|
||||
public notes: string;
|
||||
public jumpDate: Date;
|
||||
public isSpecial: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user