Whalebird-desktop-client-ma.../src/types/localTag.ts

5 lines
60 B
TypeScript

export type LocalTag = {
tagName: string
_id?: string
}