Interface IUpdateTrue

    interface IUpdateTrue {
        needed: boolean;
        res: any;
    }

    Properties

    Properties

    needed: boolean
    res: any

    Generated using TypeDoc and TypeDoc Airthium Plugin