/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../../../index'; /** * @example * {} */ export interface DidcommMessageSearchRequest { /** The filter to apply to the search. */ filter?: Truvity.DidcommMessageFilter[]; /** The sort order to apply to the search. */ sort?: Truvity.DidcommMessageSort[]; } //# sourceMappingURL=DidcommMessageSearchRequest.d.ts.map