add strapi types
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface MyComponent {
|
||||
testtext?: string;
|
||||
}
|
||||
export interface MyComponent_Plain {
|
||||
testtext?: string;
|
||||
}
|
||||
|
||||
export interface MyComponent_NoRelations {
|
||||
testtext?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user