Skip to content

Commit ce2853f

Browse files
committed
tweak deps
1 parent e0194d4 commit ce2853f

File tree

2 files changed

+747
-769
lines changed

2 files changed

+747
-769
lines changed

frontend/src/types/rust.d.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
/** Data needed to connect to a BOB cluster */
44
interface BobConnectionData {
5-
/** Address to connect to */
6-
hostname: Hostname;
7-
/** [Optional] Credentials used for BOB authentication */
8-
credentials?: Credentials;
5+
/** Address to connect to */
6+
hostname: Hostname;
7+
/** [Optional] Credentials used for BOB authentication */
8+
credentials?: Credentials;
99
}
1010

1111
/** Optional auth credentials for a BOB cluster */
1212
interface Credentials {
13-
/** Login used during auth */
14-
login: string;
15-
/** Password used during auth */
16-
password: string;
13+
/** Login used during auth */
14+
login: string;
15+
/** Password used during auth */
16+
password: string;
1717
}
1818

19-
type Hostname = string;
19+
type Hostname = string

0 commit comments

Comments
 (0)