/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface ListTestSuiteTestCasesRequest { /** * Number of results to return per page. */ limit?: number | null; /** * The initial index from which to return the results. */ offset?: number | null; }