UNPKG

@altostra/core

Version:

Core library for shared types and logic

6 lines (5 loc) 185 B
import type { OpenSearch, OpenSearchType } from "./OpenSearch"; export * from "./OpenSearch"; export declare type OpenSearchResourceByType = { [K in OpenSearchType]: OpenSearch; };