import { ISearch } from "./search"; import { IUserSearch } from "./user_search"; import { UserSupportType } from "./user_support_type"; /** * The object used to specify the arguments when searching for a . * * @deprecated */ export interface IUserSupportSearch extends ISearch { /** Gets or sets search for UserSupport with this {@link IUserSupportType} Id */ type?: UserSupportType; /** * Gets or sets search for UserSupport with this {@link IUserSearch} Id Available UserSearch * options are:. Id */ userSearch?: IUserSearch; } //# sourceMappingURL=user_support_search.d.ts.map