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

    Variable ListScreenrecordingExportsQueryParamsConst

    ListScreenrecordingExportsQueryParams: ZodObject<
        {
            page: ZodOptional<ZodNumber>;
            size: ZodOptional<ZodNumber>;
            sort: ZodOptional<ZodString>;
        },
        $strip,
    > = ...