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

Properties

Properties

needed: boolean
res: any