1
0
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:
Sebastian Malton 2022-12-09 17:08:00 -05:00
parent 7df0f098f1
commit 9266121afa

View File

@ -22,5 +22,5 @@
clientCertificateCN?: string;
}
export function generate(GenerateAttributes, GenerateOptions): SelfSignedCert;
export function generate(attrs: GenerateAttributes, opts: GenerateOptions): SelfSignedCert;
}