interfaces/ts/data/cluster.ts

5 lines
84 B
TypeScript
Raw Normal View History

2024-01-23 22:38:10 +00:00
export interface IClusterIdentifier {
clusterName: string;
secretKey: string;
}