/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; /** * @example * {} */ export interface GetThreadsRequest { /** * Filter threads by environment ID */ environmentId?: Flatfile.EnvironmentId; /** * Filter threads by resource ID */ resourceId?: string; }