mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
import { title } from "process"
|
|
|
|
export class Image {
|
|
title: string;
|
|
url: string;
|
|
format: string;
|
|
} |