bugfix/#741 - update Node type

This commit is contained in:
alxshelepenok 2020-09-10 00:48:41 +03:00
parent 9dbf9fb059
commit c785820b0d

View File

@ -34,7 +34,9 @@ export type Node = {
category?: string,
tags?: string[],
title: string,
socialImage?: string
socialImage?: {
publicURL: string
}
},
html: string,
id: string