0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Updated types for attributedTo property of Objects (#20715)

ref https://github.com/TryGhost/Ghost/commit/5376bd52c7afb91b

This should have been included in the referenced commit
This commit is contained in:
Fabien 'egg' O'Carroll 2024-08-05 18:20:34 +07:00 committed by GitHub
parent 5376bd52c7
commit 978ccc8483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ export type ObjectProperties = {
name: string;
content: string;
url?: string | undefined;
attributedTo?: string | object[] | undefined;
attributedTo?: object | string | object[] | undefined;
image?: string;
published?: string;
preview?: {type: string, content: string};