Type alias PatchJsonDataArg

PatchJsonDataArg: {
    groupId: string;
    patchDataBody: PatchDataBody;
    path: string;
}

Type declaration