Type alias PostJsonDataArg

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

Type declaration