Type Alias MethodNotAllowedType

MethodNotAllowedType: {
    error: string;
    path: string;
    status: number;
    timestamp: number;
}

Error code 405