test: fix ci problem
This commit is contained in:
parent
59bd1c42f7
commit
ae6cea568b
@ -7,7 +7,7 @@ import { NotificationPicker } from '../notification/NotificationPicker';
|
||||
|
||||
export type MonitorInfoEditorValues = Omit<
|
||||
Monitor,
|
||||
'id' | 'workspaceId' | 'createdAt'
|
||||
'id' | 'workspaceId' | 'createdAt' | 'updatedAt'
|
||||
> & {
|
||||
id?: string;
|
||||
payload: Record<string, any>;
|
||||
|
Loading…
Reference in New Issue
Block a user