interface ErrorResponse {
    msg: string;
}

Properties

Properties

msg: string