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

Properties

Properties

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