Interface ListErrorData

interface ListErrorData {
    data?: any;
    msg: string;
}

Properties

Properties

data?: any
msg: string