Documentation

    Interface JedData

    The JSON data returned by the makeJson command.

    interface JedData {
        domain: string;
        locale_data: { messages: Record<string, unknown> };
    }
    Index

    Properties

    Properties

    domain: string
    locale_data: { messages: Record<string, unknown> }
    MMNEPVFCICPMFPCPTTAAATR