芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/code-snippets/js/types/wp/Page.ts
import type { Post } from './Post' export const PAGES_ENDPOINT = '/wp/v2/pages' export interface Page extends Omit
{ parent: number menu_order: number } export type Pages = Page[]