ro-crate - v3.6.1
    Preparing search index...

    Type Alias Entity

    type Entity = {
        "@id": string;
        "@reverse": { [key: string]: any };
        toJSON(): RawEntity;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Methods

    Properties

    "@id": string
    "@reverse": { [key: string]: any }

    Methods