interface ErrorMessage {
    message: string;
    methodName: string;
}

Properties

Properties

message: string
methodName: string