/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * includeSummary: true * } */ export interface GetSnapshotRequest { /** * Whether to include a summary in the snapshot response */ includeSummary: boolean; }