Home > @holochain/client > RecordEntry
Signature:
export type RecordEntry = {
Present: Entry;
} | {
Hidden: void;
} | {
NotApplicable: void;
} | {
NotStored: void;
};
References: Entry
Home > @holochain/client > RecordEntry
Signature:
export type RecordEntry = {
Present: Entry;
} | {
Hidden: void;
} | {
NotApplicable: void;
} | {
NotStored: void;
};
References: Entry