interface ResourceUpdateError {
    code: "ResourceUpdate";
    message: string;
    resource?: any;
}

Properties

code: "ResourceUpdate"
message: string
resource?: any