interfaces/ts/data/cluster.ts
2024-01-23 23:38:10 +01:00

5 lines
84 B
TypeScript

export interface IClusterIdentifier {
clusterName: string;
secretKey: string;
}