import { ISearch } from "../../search"; import { IUser } from "../../user"; /** The object used to specify the arguments when searching for a . */ export interface IUserDisplayProfileSearch extends ISearch { /** Gets or sets the user. */ user?: IUser; } //# sourceMappingURL=user_display_profile_search.d.ts.map