mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add author field to post resource on WordPress Node (#958)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
export interface IPost {
|
||||
author?: number;
|
||||
id?: number;
|
||||
title?: string;
|
||||
content?: string;
|
||||
|
||||
Reference in New Issue
Block a user