fix: 修改uploadFiles和container上传
This commit is contained in:
@@ -3,9 +3,10 @@ import { DataTypes, Model } from 'sequelize';
|
||||
|
||||
export interface ContainerData {}
|
||||
export type ContainerPublish = {
|
||||
rid?: string; // resource id
|
||||
name?: string;
|
||||
key: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
fileName?: string;
|
||||
version?: string;
|
||||
};
|
||||
export type Container = Partial<InstanceType<typeof ContainerModel>>;
|
||||
|
||||
Reference in New Issue
Block a user