box 数据类型

interface ServerBoxItem {
    id?: number;
    name?: string;
    object_data: BoxItemObjectData;
    type: "box";
}

Hierarchy (view full)

Properties

id?: number

唯一标识

name?: string

标签名

object_data: BoxItemObjectData

对象数据

type

类型