/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * id: "us_gu_123", * version: 1, * content: "# Getting Started\nWelcome to the guide...", * createdAt: "2023-10-30T16:59:45.735Z", * updatedAt: "2023-10-30T16:59:45.735Z" * } * } */ export interface GuideVersionResponse { data: Flatfile.GuideVersionResource; }