golden hour
/home/godaofbq/vikinghyperbaric.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: PostType.ts
export const POST_TYPES_ENDPOINT = '/wp/v2/types' export interface PostType { description: string hierarchical: boolean has_archive: boolean name: string slug: string icon: string taxonomies: string[] rest_base: string rest_namespace: string } export type PostTypes = Record<string, PostType>
Save