feat: add types

This commit is contained in:
2024-05-13 22:06:03 +03:30
parent 8e60e979ec
commit 5bbeb74f4a
2 changed files with 848 additions and 0 deletions

5
types/generated/components.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import type { Schema, Attribute } from '@strapi/strapi';
declare module '@strapi/types' {
export module Shared {}
}