/**
 * M2M Client secret rotated
 */
export interface M2mRotateSecretResponse {
    secret: string;
}
