/**
 * Application's secret rotated
 */
export interface ApplicationRotateSecretResponse {
    secret?: string;
}
