import { ISearch } from "./search"; import { RecipientType } from "./recipient_type"; /** * The object used to specify the arguments when searching for (s). * * @deprecated */ export interface IRecipientSearch extends ISearch { /** Gets or sets search for {@link IRecipient} of this {@link IRecipientType}. */ recipientType: RecipientType; } //# sourceMappingURL=recipient_search.d.ts.map