接口 AnnotationQueue

interface AnnotationQueue {
    created_at: string;
    id: string;
    name: string;
    tenant_id: string;
    updated_at: string;
    description?: string;
}

属性

created_at: string

标注队列创建的时间戳。

id: string

标注队列的唯一标识符。

name: string

标注队列的名称。

tenant_id: string

与标注队列关联的租户 ID。

updated_at: string

标注队列最后更新的时间戳。

description?: string

标注队列的可选描述。