NorskLicense type

Norsk license information, as reported by the engine’s hello.

Signature:

export type NorskLicense = {
    email: string;
    timeout?: number;
    expiry?: Timestamp;
    activeFeaturePacks: string[];
    expiredFeaturePacks: string[];
};