mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-11 06:10:20 +02:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export interface ILicenseService {
|
|
loadCertStr(): Promise<string>;
|
|
getConsumerId(): string;
|
|
}
|