hyperspace-desktop-client-w.../src/types/Tag.tsx

4 lines
56 B
TypeScript

export type Tag = {
name: string;
url: string;
}