/** * Map of language code as key an translated values. Could be a string, mapped to `en`. */ export type ResourceText = string | { [key in string]: string; }; //# sourceMappingURL=ResourceText.d.ts.map