Type alias i18nJsonSchema

i18nJsonSchema: JsonSchema & {
    i18n?: string;
}

Type declaration

  • Optional i18n?: string

Generated using TypeDoc