angrybeanie-cms/types/generated/components.d.ts

6 lines
119 B
TypeScript
Raw Normal View History

2024-04-01 14:42:25 +11:00
import type { Schema, Attribute } from '@strapi/strapi';
declare module '@strapi/types' {
export module Shared {}
}