*SslData should just be Uint8Array's
This commit is contained in:
parent
bc6d683477
commit
bc75b57397
|
@ -108,6 +108,6 @@ export interface IndependentFileSmall {
|
|||
}
|
||||
|
||||
export interface SslData {
|
||||
cert?: IndependentFileSmall | Uint8Array;
|
||||
key?: IndependentFileSmall | Uint8Array;
|
||||
cert?: Uint8Array;
|
||||
key?: Uint8Array;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue