golden hour
/home/godaofbq/dialhyperbaric.com/wp-content/plugins/code-snippets/js/types/wp
⬆️ Go Up
Upload
File/Folder
Size
Actions
Page.ts
209 B
Del
OK
Post.ts
989 B
Del
OK
PostType.ts
304 B
Del
OK
Term.ts
546 B
Del
OK
User.ts
543 B
Del
OK
Edit: Page.ts
import { Post } from './Post' export const PAGES_ENDPOINT = '/wp/v2/pages' export interface Page extends Omit<Post, 'categories' | 'tags'> { parent: number menu_order: number } export type Pages = Page[]
Save