feat(Wordpress Node): Add date fields (#17755)

Co-authored-by: Shireen Missi <shireen@n8n.io>
This commit is contained in:
RomanDavydchuk
2025-07-29 19:23:02 +03:00
committed by GitHub
parent 164800f6a4
commit 724b5a51f2
5 changed files with 33 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
export interface IPost {
date?: string;
author?: number;
id?: number;
title?: string;