genshin-manager
    Preparing search index...

    Interface APIBuild

    Enka API Build type

    interface APIBuild {
        avatar_data: APIAvatarInfo;
        avatar_id: string;
        hoyo_type: number;
        id: number;
        image: null | string;
        live: boolean;
        name: string;
        order: number;
        public: boolean;
        settings: APIBuildSettings;
    }
    Index

    Properties

    avatar_data: APIAvatarInfo

    Avatar Info

    avatar_id: string

    Character ID

    hoyo_type: number

    hoyo type (0: GI 1:HSR)

    id: number

    Build ID

    image: null | string

    image URL

    live: boolean

    is the live preview

    name: string

    Build Name

    order: number

    order

    public: boolean

    is the public

    Build Settings