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