Feature: 新增界面-公司简介
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
export * from './common';
|
||||
export * from './production';
|
||||
export * from './production';
|
||||
export * from './singleTypes';
|
||||
3
app/types/strapi/singleTypes.ts
Normal file
3
app/types/strapi/singleTypes.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface StrapiCompanyProfile extends StrapiEntity {
|
||||
content: string;
|
||||
}
|
||||
Reference in New Issue
Block a user