export interface IPayioDeviceActivation {
    activationKey: string | null;
    activationId: string | null;
    appId: string | null;
}
