diff --git a/lib/types.ts b/lib/types.ts index 574e164e29..13670a0408 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -125,9 +125,9 @@ export type EventTypeCustomInputsResponse = BaseResponse & { event_type_custom_inputs?: Partial[]; }; export interface EventTypeMeta extends Omit { - locations?: JSON; - metadata?: JSON; - recurringEvent: JSON; + locations: object | null; + metadata: object | null; + recurringEvent: object | null; } // EventType export type EventTypeResponse = BaseResponse & {