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

5 lines
54 B
TypeScript

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