import { Secret } from './Secret';
/**
 * The secret was fetched successfully.
 */
export type SecretGetResponse = Secret;
