export interface GetLicenseResponse { licenseName: string; licenseKey: string; expireAt: number; }