fix: add locations to event type in response types
parent
5c97283aa1
commit
7b90ccb3bf
|
@ -127,7 +127,7 @@ export type EventTypeCustomInputsResponse = BaseResponse & {
|
||||||
|
|
||||||
// EventType
|
// EventType
|
||||||
export type EventTypeResponse = BaseResponse & {
|
export type EventTypeResponse = BaseResponse & {
|
||||||
event_type?: Partial<EventType>;
|
event_type?: Partial<EventType & { locations?: object[] }>;
|
||||||
};
|
};
|
||||||
export type EventTypesResponse = BaseResponse & {
|
export type EventTypesResponse = BaseResponse & {
|
||||||
event_types?: Partial<EventType>[];
|
event_types?: Partial<EventType>[];
|
||||||
|
|
Loading…
Reference in New Issue