Home > @theweave/api > WalRelationAndTags
WalRelationAndTags type
Signature:
typescript
export type WalRelationAndTags = {
relationHash: EntryHash;
createdAt: number;
wal: WAL;
tags: string[];
};
References: WAL