Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

client.recordentry.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

Home > @holochain/client > RecordEntry

RecordEntry type

Signature:

export type RecordEntry = {
    Present: Entry;
} | {
    Hidden: void;
} | {
    NotApplicable: void;
} | {
    NotStored: void;
};

References: Entry