UNPKG

@oystehr/sdk

Version:

Oystehr SDK

7 lines (6 loc) 114 B
/** * Application's secret rotated */ export interface ApplicationRotateSecretResponse { secret?: string; }