UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 123 B
import { Secret } from './Secret'; /** * The secret was fetched successfully. */ export type SecretGetResponse = Secret;