Interface DataLinkTable

interface DataLinkTable {
    id: string;
    key: string;
    name: string;
    archivedAt?: string;
}

Properties

Properties

id: string
key: string
name: string
archivedAt?: string