/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../../.."; /** * @example * { * limit: 10, * order: WorkOS.Order.Normal * } */ export interface ListUsersOpts { organization?: string; organizationID?: string; email?: string; before?: string; after?: string; limit?: number; order?: WorkOS.Order; }