Type Alias UserVerified

UserVerified: {
    channel_id: number;
    created_at: ISODate;
    id: number;
    updated_at: ISODate;
}