Membrane React - v0.2.1
    Preparing search index...

    Interface DataLinkTable

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

    Hierarchy (View Summary)

    Index

    Properties

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