diff --git a/src/routes/index.ts b/src/routes/index.ts index 67ef1e0..9d8748c 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -160,12 +160,6 @@ export interface CustomCallDetails { export interface Integrator { id: string; - projectName: string; - contact: string; - contactName: string; - type: string; - website: string; - rps: number; enabled: boolean; }