Sanity App SDK
    Preparing search index...

    Interface SanityUserResponse

    interface SanityUserResponse {
        data: SanityUser[];
        nextCursor: null | string;
        totalCount: number;
    }
    Index

    Properties

    data: SanityUser[]
    nextCursor: null | string
    totalCount: number