Skip to content

@loontail/minecraft-kit / MojangProfileSkin

Type Alias: MojangProfileSkin

ts
type MojangProfileSkin = {
  id: string;
  state: MojangAssetState;
  url: string;
  variant: SkinVariant;
};

Defined in: src/types/auth.ts:101

A single skin slot returned by /minecraft/profile.

Properties

PropertyModifierTypeDefined in
idreadonlystringsrc/types/auth.ts:102
statereadonlyMojangAssetStatesrc/types/auth.ts:103
urlreadonlystringsrc/types/auth.ts:104
variantreadonlySkinVariantsrc/types/auth.ts:105

MIT License