Type alias PutJsonDataArg

PutJsonDataArg: {
    groupId: string;
    path: string;
    uploadDataBody: UploadDataBody;
}

Type declaration