/** List of all OVH things you can subscribe to */
export interface Subscription {
    /** Determine whether you are registered or not */
    registered?: boolean;
    /** The type of subscription */
    type: string;
}
//# sourceMappingURL=Subscription.d.ts.map