/**
 * Token revoked
 */
export interface ApplicationRevokeRefreshTokenResponse {
    message?: string;
}
