7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
|
export type DSQL_SERVERS = {
|
||
|
server_id?: number;
|
||
|
ip?: string;
|
||
|
ssh_user?: string;
|
||
|
ssh_port?: number;
|
||
|
};
|