Sprache

Entwickler-Tools

JSON zu TypeScript

Convert JSON into TypeScript type definitions.

Eingabe

JSON zu TypeScript

jsontypescripttype generatordeveloper
Ausgabe

Generated TypeScript types

type ToolPlanetResponse = {
  id: number;
  name: string;
  featured: boolean;
  tags: string[];
  stats: {
    tools: number;
  };
};

Ähnliche Tools

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.