Files

6 lines
119 B
TypeScript
Raw Permalink Normal View History

2026-04-16 16:25:01 +04:00
import type { Attribute, Schema } from '@strapi/strapi';
2024-03-10 16:58:40 +01:00
declare module '@strapi/types' {
export module Shared {}
}