Skip to content
Snippets Groups Projects
index.ts 86 B
Newer Older
export interface IImageMainInfo {
  url: string;
  width: number;
  height: number;
}