fix: default pg connection config:check type
Signed-off-by: Sandor Karpf <sandor.karpf@lastpass.com>
This commit is contained in:
+4
@@ -633,6 +633,10 @@ export interface Config {
|
||||
ipAddressType?: 'PUBLIC' | 'PRIVATE' | 'PSC';
|
||||
}
|
||||
| {
|
||||
/**
|
||||
* The rest config for default, regular connections
|
||||
*/
|
||||
type?: 'default';
|
||||
/**
|
||||
* Password that belongs to the client User
|
||||
* @visibility secret
|
||||
|
||||
Reference in New Issue
Block a user