/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * id: "us_gd_YOUR_ID", * guideSlug: "getting-started", * options: { * target: "getting-started", * trigger: Flatfile.TriggerEnum.First, * type: Flatfile.TypeEnum.Sidebar, * role: Flatfile.RoleEnum.Admin * }, * createdFrom: "us_gd_YOUR_ID", * lastPropagatedAt: "2023-10-30T16:59:45.735Z" * } */ export interface GuidanceResource { id: Flatfile.GuidanceId; guideSlug: string; options: Flatfile.GuidanceOptions; /** The guidance id of the template that was used to create this guidance */ createdFrom?: Flatfile.GuidanceId; /** The last time the guidance template configuration was propagated to this guidance */ lastPropagatedAt?: Date; }