@dypai-ai/client-sdk - v1.13.0
    Preparing search index...

    Interface UserListResponse

    interface UserListResponse {
        aud?: string;
        total_count?: number;
        users: User[];
    }
    Index

    Properties

    aud?: string
    total_count?: number
    users: User[]