@refinio/one.models
    Preparing search index...

    Interface LinkedListEntry

    interface LinkedListEntry {
        $type$: "LinkedListEntry";
        data: SHA256Hash<CreationTime>;
        metadata?: SHA256Hash[];
        previous?: SHA256Hash<LinkedListEntry>;
    }
    Index

    Properties

    $type$: "LinkedListEntry"
    data: SHA256Hash<CreationTime>
    metadata?: SHA256Hash[]
    previous?: SHA256Hash<LinkedListEntry>