export declare type Meet = { id: number; start?: string | null; end?: string | null; name: string; assignedUserId?: number | null; groupId?: number | null; roomId?: string | null; liveId?: string | null; roomUrl?: string | null; liveUrl?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };