Interface representing an entity that can have tags.
optional
tags: TagInterface[]
Array of tags associated with the entity.
Interface representing an entity that can have tags.
tags: TagInterface[]
Array of tags associated with the entity.
Add Package
deno add jsr:@stsoftware/tags
Import symbol
import { type TagsInterface } from "@stsoftware/tags";
---- OR ----
Import directly with a jsr specifier
import { type TagsInterface } from "jsr:@stsoftware/tags";
Add Package
npx jsr add @stsoftware/tags
Import symbol
import { type TagsInterface } from "@stsoftware/tags";
Add Package
yarn dlx jsr add @stsoftware/tags
Import symbol
import { type TagsInterface } from "@stsoftware/tags";
Add Package
pnpm dlx jsr add @stsoftware/tags
Import symbol
import { type TagsInterface } from "@stsoftware/tags";
Add Package
bunx jsr add @stsoftware/tags
Import symbol
import { type TagsInterface } from "@stsoftware/tags";