adding endorsements to pilot form (#58)
This commit was merged in pull request #58.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Certificate } from "./certificate/certificate.entity";
|
||||
import { Endorsement } from "./endorsement/endorsement.entity";
|
||||
|
||||
export class PilotDto {
|
||||
partitionKey: string;
|
||||
@@ -14,4 +15,5 @@ export class PilotDto {
|
||||
medicalClass?: string;
|
||||
medicalExpiration?: string;
|
||||
certificates: Certificate;
|
||||
endorsements: Endorsement
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user