chatbridge/client/src/types/bridge.tsx

6 lines
83 B
TypeScript

export interface bridgeType {
Label: string;
Protocol: string;
id: string;
}