Interface: SerializedAnchor
Defined in: anchors/types.ts:199
Serialized anchor for persistence
Properties
content
content: string;
Defined in: anchors/types.ts:201
createdAt
createdAt: string;
Defined in: anchors/types.ts:204
expiresAt?
optional expiresAt?: string;
Defined in: anchors/types.ts:205
id
id: string;
Defined in: anchors/types.ts:200
metadata?
optional metadata?: Record<string, unknown>;
Defined in: anchors/types.ts:207
priority
priority: AnchorPriority;
Defined in: anchors/types.ts:202
projectId?
optional projectId?: string;
Defined in: anchors/types.ts:208
scope
scope: AnchorScope;
Defined in: anchors/types.ts:203
tags?
optional tags?: string[];
Defined in: anchors/types.ts:206