5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export type GenerateCertificateParams = {
|
|
hostnames: Array<string>;
|
|
ed25519: boolean;
|
|
};
|