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

Properties

Properties

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