Variable AggregateChannelTicketsPayloadConst
AggregateChannelTicketsPayload: ZodObject<extendShape<{
apiEndpoint: ZodUnion<[ZodString, ZodType<URL, ZodTypeDef, URL>]>;
apiToken: ZodString;
timeout: ZodOptional<ZodNumber>;
}, {
channelId: ZodString;
}>, "strip", ZodTypeAny, {
apiEndpoint: string | URL;
apiToken: string;
channelId: string;
timeout?: number;
}, {
apiEndpoint: string | URL;
apiToken: string;
channelId: string;
timeout?: number;
}> = ...
Type declaration
apiEndpoint: string | URL
apiToken: string
channelId: string
Optional
timeout?: number
Type declaration
apiEndpoint: string | URL
apiToken: string
channelId: string
Optional
timeout?: number
Aggregate channel tickets