import { ISearch } from "./search"; import { IUserSearch } from "./user_search"; /** * The object used to specify the arguments when searching for a . * * @deprecated */ export interface IUserLoginStatusSearch extends ISearch { /** Gets or sets a value indicating whether the users are locked at this moment. */ onlyCurrentyLockedOut: boolean; /** * Gets or sets search for UserloginStatus with this {@link IUserSearch} Id Available * UserSearch options are:. Id */ userSearch: IUserSearch; } //# sourceMappingURL=user_login_status_search.d.ts.map