UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 242 B
import type { ConnectionType, Connection } from "../Connections"; export type { Connection }; export { type ConnectionsByType as ConnectionByType, ConnectionId } from "../Connections"; export declare type ConnectionKindType = ConnectionType;