Interface NexusCommunityContext

interface NexusCommunityContext {
    role: string;
    subscribed: boolean;
    title: string;
}

Properties

Properties

role: string
subscribed: boolean
title: string