Interface NexusListCommunitiesQuery

interface NexusListCommunitiesQuery {
    last?: null | string;
    limit?: number;
    observer?: null | string;
    query?: null | string;
    sort?: NexusCommunitySort;
}

Properties

last?: null | string
limit?: number
observer?: null | string
query?: null | string