import type * as Rulebricks from "../index.js"; /** * List of users in the organization. */ export type UserListResponse = Rulebricks.UserDetail[];