Appearance
@loontail/minecraft-kit / MojangAssetStates
Variable: MojangAssetStates
ts
const MojangAssetStates: {
ACTIVE: "ACTIVE";
INACTIVE: "INACTIVE";
};Defined in: src/types/auth.ts:80
Lifecycle state of a Mojang-issued skin slot.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
ACTIVE | "ACTIVE" | "ACTIVE" | src/types/auth.ts:81 |
INACTIVE | "INACTIVE" | "INACTIVE" | src/types/auth.ts:82 |