@webitel/api-services
    Preparing search index...

    Variable AggregateHistoryCallResponseConst

    AggregateHistoryCallResponse: ZodObject<
        {
            items: ZodOptional<
                ZodArray<ZodObject<{ name: ZodOptional<ZodString> }, $strip>>,
            >;
        },
        $strip,
    > = ...