Sanity Library Reference Docs
    Preparing search index...

    Interface UsersGroupState

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

    Properties

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