@botonic/plugin-contentful
Version:
## What Does This Plugin Do?
13 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocaleInfo = void 0;
class LocaleInfo {
constructor(code, name, fallback, isDefault) {
this.code = code;
this.name = name;
this.fallback = fallback;
this.isDefault = isDefault;
}
}
exports.LocaleInfo = LocaleInfo;
//# sourceMappingURL=cms-info.js.map