Interface successObj

interface successObj {
    result: object;
}

Properties

Properties

result: object