-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Lines 15 to 22 in e4e71c2
| export interface WorkAttributes extends ClaimAttributes { | |
| readonly name: string | |
| readonly datePublished: string | |
| readonly dateCreated: string | |
| readonly author: string | |
| readonly tags?: string | |
| readonly text: string | |
| } |
text should be content.
Reactions are currently unavailable