UNPKG

@feast-dev/feast-ui

Version:

Web UI for the [Feast Feature Store](https://feast.dev/)

8 lines 221 B
declare enum FEAST_FCO_TYPES { dataSource = "dataSource", entity = "entity", featureView = "featureView", featureService = "featureService" } export { FEAST_FCO_TYPES }; //# sourceMappingURL=types.d.ts.map