interface ErrorMessage {
    message?: string;
}

Properties

Properties

message?: string