@wp-blocks/make-pot
    Preparing search index...

    Interface JedHeader

    The header of the JED file.

    interface JedHeader {
        domain: string;
        lang: string;
        plural_forms: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string
    Index

    Properties

    domain: string
    lang: string
    plural_forms: string