Files
doneit-web/src/app/models/image.ts
T

7 lines
111 B
TypeScript
Raw Normal View History

2020-12-10 11:22:06 +01:00
import { title } from "process"
export class Image {
title: string;
url: string;
format: string;
}