/** * 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 { KeyFilter } from '../../../../types/KeyFilter'; import { KeySort } from '../../../../types/KeySort'; export declare const KeySearchRequest: core.serialization.Schema; export declare namespace KeySearchRequest { interface Raw { filter?: KeyFilter.Raw[] | null; sort?: KeySort.Raw[] | null; } } //# sourceMappingURL=KeySearchRequest.d.ts.map