contactUs/types/generated/components.d.ts
2024-05-13 22:06:03 +03:30

6 lines
119 B
TypeScript

import type { Schema, Attribute } from '@strapi/strapi';
declare module '@strapi/types' {
export module Shared {}
}