/** * This file was auto-generated by Fern from our API Definition. */ /** * The value of a secret. Minimum 1 character, maximum 1024 * * @example * "Sup3r$ecret\\/alue!" */ export type SecretValue = string;