Sanity App SDK
    Preparing search index...

    Interface UsersGroupState

    interface UsersGroupState {
        error?: unknown;
        lastLoadMoreRequest?: string;
        nextCursor?: null | string;
        subscriptions: string[];
        totalCount?: number;
        users?: SanityUser[];
    }
    Index

    Properties

    error?: unknown
    lastLoadMoreRequest?: string
    nextCursor?: null | string
    subscriptions: string[]
    totalCount?: number
    users?: SanityUser[]