dsql-admin/dsql-app/types/dsql.ts
Benjamin Toby e0a030f10d Updates
2025-01-13 09:00:21 +01:00

7 lines
119 B
TypeScript

export type DSQL_SERVERS = {
server_id?: number;
ip?: string;
ssh_user?: string;
ssh_port?: number;
};