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<
|
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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user