* adding typeorm to api * switching to sqlite * switching to sqlite * switching to sqlite * migrating to sqlite * updating terraform * updating infrastructure
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export class MedicalDto {
|
|
id: string;
|
|
class: string;
|
|
expirationDate: string;
|
|
pilotId: string;
|
|
} |