add strapi types
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface Media {
|
||||
file?: { data: Media };
|
||||
}
|
||||
export interface Media_Plain {
|
||||
file?: Media_Plain;
|
||||
}
|
||||
|
||||
export interface Media_NoRelations {
|
||||
file?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user