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:
parent
5376bd52c7
commit
978ccc8483
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue