dsql-admin/dsql-app/types/dsql.ts

7 lines
119 B
TypeScript
Raw Normal View History

2025-01-13 08:00:21 +00:00
export type DSQL_SERVERS = {
server_id?: number;
ip?: string;
ssh_user?: string;
ssh_port?: number;
};