export default interface InvalidSubscriptionMessage {
    type : "invalidSubscription",
    apiKey : string
}