Language
Back

Developer Tools

JSON to TypeScript

Convert JSON into TypeScript type definitions.

Input

JSON to TypeScript

jsontypescripttype generatordeveloper
Output

Generated TypeScript types

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

Related tools

Cookie preferences

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