thelounge/src/types/plugins/clientCertificate.d.ts
2022-05-21 11:47:08 -07:00

5 lines
74 B
TypeScript

type ClientCertificate = {
private_key: string;
certificate: string;
};