Skip to content
Snippets Groups Projects
tool.model.ts 104 B
Newer Older
export interface Tool {
  name?: string;
  description?: string;
  version?: string;
  puid?: string;
}