cleanup: separate info and description

This commit is contained in:
Apoorv Mishra
2023-07-24 20:42:59 +05:30
parent a30487c2d7
commit b3d8bd1cc8
7 changed files with 39 additions and 31 deletions

View File

@@ -220,7 +220,7 @@ export type Unfurl<T = OEmbedType> = {
url?: string;
type: T;
title: string;
description: string;
description?: string;
thumbnailUrl?: string | null;
meta?: Record<string, string>;
};