Ⓙ Jike SDK
    Preparing search index...

    Interface ListLikedUsersResponse

    interface ListLikedUsersResponse {
        data: User[];
        loadMoreKey?: string;
    }
    Index

    Properties

    Properties

    data: User[]
    loadMoreKey?: string