import { UserPickerUserAsResponse } from "../definitions/UserPickerUserAsResponse"; export interface FoundUsersAsResponse { users?: Array; /** * The total number of users found in the search. */ total?: number; /** * Header text indicating the number of users in the response and the total number of users found in the search. */ header?: string; } //# sourceMappingURL=FoundUsersAsResponse.d.ts.map