NexSDK
    Preparing search index...

    Interface UserListResponse

    interface UserListResponse {
        items: UserResponse[];
        next_cursor: UserListResponseNextCursor;
    }
    Index

    Properties

    Properties

    items: UserResponse[]
    next_cursor: UserListResponseNextCursor