@devgateway/wp-react-lib
    Preparing search index...

    Interface Wp_Types

    interface Wp_Types {
        _links: Links;
        description: string;
        has_archive: boolean;
        hierarchical: boolean;
        icon: string;
        name: string;
        rest_base: string;
        rest_namespace: string;
        slug: string;
        taxonomies: string[];
        template: any[];
        template_lock: boolean;
        yoast_head: string | null;
        yoast_head_json: Record<string, any> | null;
    }
    Index

    Properties

    _links: Links
    description: string
    has_archive: boolean
    hierarchical: boolean
    icon: string
    name: string
    rest_base: string
    rest_namespace: string
    slug: string
    taxonomies: string[]
    template: any[]
    template_lock: boolean
    yoast_head: string | null
    yoast_head_json: Record<string, any> | null