Interface DataLinkTable

interface DataLinkTable {
    archivedAt?: string;
    id: string;
    name: string;
    key: string;
    state?: WorkspaceElementState;
    errors?: ErrorData[];
}

Hierarchy (view full)

Properties

archivedAt?: string
id: string
name: string
key: string
errors?: ErrorData[]