export interface IUnsubscribe {
    address: string;
    tags: any;
    created_at: Date;
    type: string;
}
