interface IUpdateBody {
    data: any[];
    group: { id: string };
}

Properties

Properties

data: any[]
group: { id: string }