export interface ListUsersParams { limit?: number; startingAfter?: string; endingBefore?: string; query?: string; }