Skip to content

Commit

Permalink
feat(CB2-12690): removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle committed Jul 4, 2024
1 parent e967adc commit 099d25c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions src/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,6 @@ interface IMOTConfig {
templateId: string;
}

// interface IActivity {
// id: string;
// activityType: "visit" | "wait";
// testStationName: string;
// testStationPNumber: string;
// testStationEmail: string;
// testStationType: StationType;
// testerName: string;
// testerStaffId: string;
// startTime: string;
// endTime: string;
// waitReason: [string];
// notes: string;
// }

// interface ITestType {
// testTypeStartTimestamp: string;
// testTypeName: string;
// testResult: string;
// certificateNumber: string;
// testExpiryDate: number;
// testTypeEndTimeStamp: string;
// }
//
// interface ITestResults {
// testerStaffId: string;
// vrm: string;
// testStationPNumber: string;
// preparerId: string;
// numberOfSeats: number;
// testStartTimestamp: string;
// testEndTimestamp: string;
// testTypes: ITestType;
// vin: string;
// vehicleType: string;
// }

interface IInvokeConfig {
params: { apiVersion: string; endpoint?: string };
functions: { testResults: { name: string }; testStations: { name: string; mock: string }; getActivities: { name: string } };
Expand Down

0 comments on commit 099d25c

Please sign in to comment.