/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; /** * @example * { * environmentId: "us_env_YOUR_ID" * } */ export interface ListSecrets { /** * The Environment of the secret. */ environmentId?: Flatfile.EnvironmentId; /** * The Space of the secret. */ spaceId?: Flatfile.SpaceId; /** * The Actor of the secret. */ actorId?: Flatfile.ActorIdUnion; }