vn-verdnaturachat/app/definitions/ICertificate.ts

5 lines
68 B
TypeScript

export interface ICertificate {
path: string;
password: string;
}