add strapi types
This commit is contained in:
15
yoga-cms/generated-strapi-interfaces/common/MediaFormat.ts
Normal file
15
yoga-cms/generated-strapi-interfaces/common/MediaFormat.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface MediaFormat {
|
||||
name: string;
|
||||
hash: string;
|
||||
ext: string;
|
||||
mime: string;
|
||||
width: number;
|
||||
height: number;
|
||||
size: number;
|
||||
path: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user