Files
doneit-web/src/app/models/image.ts
T
2020-12-10 11:22:06 +01:00

7 lines
111 B
TypeScript

import { title } from "process"
export class Image {
title: string;
url: string;
format: string;
}