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 { useGlobalInfoStore } from '../../context/globalInfo';
import { getStoredRecording } from '../../api/storage';
interface IntegrationProps {
isOpen: boolean;
handleStart: (data: IntegrationSettings) => void;
handleClose: () => void;
}
export interface IntegrationSettings {
spreadsheetId: string;
spreadsheetName: string;