/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * id: "us_env_YOUR_ID", * accountId: "us_acc_YOUR_ID", * name: "dev", * isProd: false, * guestAuthentication: [Flatfile.GuestAuthenticationEnum.MagicLink], * features: {}, * metadata: {}, * namespaces: ["default"] * } * } */ export interface EnvironmentResponse { data: Flatfile.Environment; }