File

src/module/interfaces/linkpreview.interface.ts

Index

Properties

Properties

description
description: string
Type : string
image
image: string
Type : string
title
title: string
Type : string
url
url: string
Type : string
export interface LinkPreview {
  title: string;
  description: string;
  image: string;
  url: string;
}

result-matching ""

    No results matching ""