chore: lint

This commit is contained in:
karishmas6
2024-10-24 06:07:53 +05:30
parent 9e51c24b75
commit 209edd1c8b

View File

@@ -6,13 +6,11 @@ import TextField from "@mui/material/TextField";
import axios from 'axios'; import axios from 'axios';
import { useGlobalInfoStore } from '../../context/globalInfo'; import { useGlobalInfoStore } from '../../context/globalInfo';
import { getStoredRecording } from '../../api/storage'; import { getStoredRecording } from '../../api/storage';
interface IntegrationProps { interface IntegrationProps {
isOpen: boolean; isOpen: boolean;
handleStart: (data: IntegrationSettings) => void; handleStart: (data: IntegrationSettings) => void;
handleClose: () => void; handleClose: () => void;
} }
export interface IntegrationSettings { export interface IntegrationSettings {
spreadsheetId: string; spreadsheetId: string;
spreadsheetName: string; spreadsheetName: string;