test: fix ci problem

This commit is contained in:
moonrailgun 2024-01-01 16:37:53 +08:00
parent 59bd1c42f7
commit ae6cea568b

View File

@ -7,7 +7,7 @@ import { NotificationPicker } from '../notification/NotificationPicker';
export type MonitorInfoEditorValues = Omit< export type MonitorInfoEditorValues = Omit<
Monitor, Monitor,
'id' | 'workspaceId' | 'createdAt' 'id' | 'workspaceId' | 'createdAt' | 'updatedAt'
> & { > & {
id?: string; id?: string;
payload: Record<string, any>; payload: Record<string, any>;