Interface AnnotationQueue

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

Properties

created_at: string

The timestamp when the annotation queue was created.

id: string

The unique identifier of the annotation queue.

name: string

The name of the annotation queue.

tenant_id: string

The ID of the tenant associated with the annotation queue.

updated_at: string

The timestamp when the annotation queue was last updated.

description?: string

An optional description of the annotation queue.