/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../../.."; /** * @example * {} */ export interface ListConnectionOpts { connectionType?: WorkOS.ConnectionType; user?: string; before?: string; after?: string; limit?: number; order?: WorkOS.Order; }