*Add SavedSslData type
This commit is contained in:
parent
727dffed67
commit
b04f609592
|
@ -111,3 +111,8 @@ export interface SslData {
|
|||
cert?: Uint8Array;
|
||||
key?: Uint8Array;
|
||||
}
|
||||
|
||||
export interface SavedSslData {
|
||||
cert?: IndependentFileSmall;
|
||||
key?: IndependentFileSmall;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue