添加用户
This commit is contained in:
@@ -10,6 +10,9 @@ export type ContainerPublish = {
|
||||
};
|
||||
export type Container = Partial<InstanceType<typeof ContainerModel>>;
|
||||
|
||||
/**
|
||||
* 用户代码容器
|
||||
*/
|
||||
export class ContainerModel extends Model {
|
||||
declare id: string;
|
||||
declare title: string;
|
||||
|
||||
Reference in New Issue
Block a user