6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import type { Schema, Attribute } from '@strapi/strapi';
|
|
|
|
declare module '@strapi/types' {
|
|
export module Shared {}
|
|
}
|