adding certificates to pilot form (#57)
* adding certificates to pilot form * adding certificates to pilot form
This commit was merged in pull request #57.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Certificate } from "./certificate/certificate.entity";
|
||||
|
||||
export class PilotDto {
|
||||
partitionKey: string;
|
||||
rowKey: string;
|
||||
@@ -9,4 +11,7 @@ export class PilotDto {
|
||||
postalCode: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
medicalClass?: string;
|
||||
medicalExpiration?: string;
|
||||
certificates: Certificate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user