Files
framit/app/types/tool.ts
T

5 lines
59 B
TypeScript
Raw Normal View History

export interface Tool {
name: string;
link?: string;
}