Documentation
    Preparing search index...

    Interface FollowerResponse

    interface FollowerResponse {
        name: string;
        portrait: string;
        realName: string;
        skills: Skill[];
        slug: string;
    }
    Index

    Properties

    name: string
    portrait: string
    realName: string
    skills: Skill[]
    slug: string