Skip to content

Instantly share code, notes, and snippets.

@lucasassisrosa
lucasassisrosa / strapi-content-api.ts
Last active January 18, 2025 21:34 — forked from Convly/strapi-content-api.ts
dynamic content API response types for Strapi v5
/**
* Snippet from https://gist.github.com/Convly/6cf1e6d143bb0a90c8de2242fdedda8e
* Ref: https://docs.strapi.io/dev-docs/typescript/development#generate-typings-for-content-types-schemas
*/
import type { Schema, Utils, UID } from "@strapi/types";
import type { Schema, Utils, UID } from '@strapi/types';
// https://github.com/microsoft/TypeScript/issues/50122