mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-04 02:37:46 +02:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export interface ILicenseService {
|
|
loadCertStr(): Promise<string>;
|
|
getConsumerId(): string;
|
|
}
|