/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * The value of a secret * * @example * { * id: "us_sec_YOUR_ID", * name: "My Secret", * value: "Sup3r$ecret\\/alue!", * environmentId: "us_env_YOUR_ID", * spaceId: "us_sp_YOUR_ID", * actorId: "us_usr_YOUR_ID" * } */ export interface Secret extends Flatfile.WriteSecret { /** The ID of the secret. */ id: Flatfile.SecretId; }