Interface: AnchorInput

Defined in: anchors/types.ts:81

Input for adding a new anchor (id and createdAt are auto-generated if not provided)

Properties

content

content: string;

Defined in: anchors/types.ts:83

expiresAt?

optional expiresAt?: Date;

Defined in: anchors/types.ts:86

id?

optional id?: string;

Defined in: anchors/types.ts:82

metadata?

optional metadata?: Record<string, unknown>;

Defined in: anchors/types.ts:88

priority

priority: AnchorPriority;

Defined in: anchors/types.ts:84

projectId?

optional projectId?: string;

Defined in: anchors/types.ts:92

Optional project association for project-scoped anchors

scope

scope: AnchorScope;

Defined in: anchors/types.ts:85

tags?

optional tags?: string[];

Defined in: anchors/types.ts:87