/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../../../../index"; /** * @example * {} */ export interface ListWorkflowSandboxExamplesRequest { /** * Number of results to return per page. */ limit?: number | null; /** * The initial index from which to return the results. */ offset?: number | null; /** * Which field to use when ordering the results. */ ordering?: string | null; tag?: Vellum.ListWorkflowSandboxExamplesRequestTag | null; }