Interface NexusCommunityQuery

interface NexusCommunityQuery {
    name: string;
    observer?: null | string;
}

Properties

Properties

name: string
observer?: null | string