mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typings of selfsigned
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
7df0f098f1
commit
9266121afa
2
types/selfsigned.d.ts
vendored
2
types/selfsigned.d.ts
vendored
@ -22,5 +22,5 @@
|
||||
clientCertificateCN?: string;
|
||||
}
|
||||
|
||||
export function generate(GenerateAttributes, GenerateOptions): SelfSignedCert;
|
||||
export function generate(attrs: GenerateAttributes, opts: GenerateOptions): SelfSignedCert;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user