Feature/4 pilots add #20
9146
api/package-lock.json
generated
Normal file
9146
api/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
5
app/src/components/pilotForm/IPilotFormProps.ts
Normal file
5
app/src/components/pilotForm/IPilotFormProps.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface IPilotFormProps {
|
||||
pilotId?: string;
|
||||
isDrawerOpen: boolean;
|
||||
onOpenCloseDrawer: () => void;
|
||||
}
|
||||
Reference in New Issue
Block a user