verdnatura-chat/app/definitions/IUrl.ts

7 lines
94 B
TypeScript
Raw Normal View History

2021-12-15 02:09:30 +00:00
export interface IUrl {
title: string;
description: string;
image: string;
url: string;
}