/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../../../../api/index'; import * as core from '../../../../../core'; import * as serializers from '../../../../index'; import { PresentationFilter } from '../../../../types/PresentationFilter'; import { PresentationSort } from '../../../../types/PresentationSort'; export declare const PresentationSearchRequest: core.serialization.Schema; export declare namespace PresentationSearchRequest { interface Raw { filter?: PresentationFilter.Raw[] | null; sort?: PresentationSort.Raw[] | null; } } //# sourceMappingURL=PresentationSearchRequest.d.ts.map