interface JsonFormatSettings {
    contentSegmentation?: boolean;
    exportPattern?: string;
    srxStorageId?: number;
    type?: "nestjs_i18n" | "i18next_json";
}

Hierarchy (view full)

Properties

contentSegmentation?: boolean
exportPattern?: string
srxStorageId?: number
type?: "nestjs_i18n" | "i18next_json"