type BlockedProps = {
channel: string
ref: string
}
export class Blocked {
constructor({ ref, channel }: BlockedProps) {
this.channel = channel
this.ref = ref