/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface EntityGetRequest { /** Return simple key/value metadata for the specified keys for the entities. For more complex metadata, use the Metadata API. */ returnMetadata?: string | string[]; }