/** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ export declare type Style = "transparent" | "circle"; /** * @deprecated */ export declare type Mode = "include" | "exclude"; export declare type Top = ("longHair" | "shortHair" | "eyepatch" | "hat" | "hijab" | "turban" | "bigHair" | "bob" | "bun" | "curly" | "curvy" | "dreads" | "frida" | "fro" | "froAndBand" | "miaWallace" | "longButNotTooLong" | "shavedSides" | "straight01" | "straight02" | "straightAndStrand" | "dreads01" | "dreads02" | "frizzle" | "shaggy" | "shaggyMullet" | "shortCurly" | "shortFlat" | "shortRound" | "shortWaved" | "sides" | "theCaesar" | "theCaesarAndSidePart" | "winterHat01" | "winterHat02" | "winterHat03" | "winterHat04")[]; export declare type TopProbability = number; export declare type HatColor = ("black" | "blue" | "blue01" | "blue02" | "blue03" | "gray" | "gray01" | "gray02" | "heather" | "pastel" | "pastelBlue" | "pastelGreen" | "pastelOrange" | "pastelRed" | "pastelYellow" | "pink" | "red" | "white")[]; export declare type HairColor = ("auburn" | "black" | "blonde" | "blondeGolden" | "brown" | "brownDark" | "pastel" | "pastelPink" | "platinum" | "red" | "gray" | "silverGray")[]; export declare type Accessories = ("kurt" | "prescription01" | "prescription02" | "round" | "sunglasses" | "wayfarers")[]; export declare type AccessoriesProbability = number; export declare type AccessoriesColor = ("black" | "blue" | "blue01" | "blue02" | "blue03" | "gray" | "gray01" | "gray02" | "heather" | "pastel" | "pastelBlue" | "pastelGreen" | "pastelOrange" | "pastelRed" | "pastelYellow" | "pink" | "red" | "white")[]; export declare type FacialHair = ("medium" | "beardMedium" | "light" | "beardLight" | "majestic" | "beardMajestic" | "fancy" | "moustaceFancy" | "magnum" | "moustacheMagnum")[]; export declare type FacialHairProbability = number; export declare type FacialHairColor = ("auburn" | "black" | "blonde" | "blondeGolden" | "brown" | "brownDark" | "pastel" | "pastelPink" | "platinum" | "red" | "gray" | "silverGray")[]; export declare type Clothes = ("blazer" | "blazerAndShirt" | "blazerAndSweater" | "sweater" | "collarAndSweater" | "shirt" | "graphicShirt" | "shirtCrewNeck" | "shirtScoopNeck" | "shirtVNeck" | "hoodie" | "overall")[]; export declare type ClothesColor = ("black" | "blue" | "blue01" | "blue02" | "blue03" | "gray" | "gray01" | "gray02" | "heather" | "pastel" | "pastelBlue" | "pastelGreen" | "pastelOrange" | "pastelRed" | "pastelYellow" | "pink" | "red" | "white")[]; export declare type Eyes = ("close" | "closed" | "cry" | "default" | "dizzy" | "xDizzy" | "roll" | "eyeRoll" | "happy" | "hearts" | "side" | "squint" | "surprised" | "wink" | "winkWacky")[]; export declare type Eyebrow = ("angry" | "angryNatural" | "default" | "defaultNatural" | "flat" | "flatNatural" | "raised" | "raisedExcited" | "raisedExcitedNatural" | "sad" | "sadConcerned" | "sadConcernedNatural" | "unibrow" | "unibrowNatural" | "up" | "upDown" | "upDownNatural" | "frown" | "frownNatural")[]; export declare type Mouth = ("concerned" | "default" | "disbelief" | "eating" | "grimace" | "sad" | "scream" | "screamOpen" | "serious" | "smile" | "tongue" | "twinkle" | "vomit")[]; export declare type Skin = ("tanned" | "yellow" | "pale" | "light" | "brown" | "darkBrown" | "black")[]; export declare type ClotheGraphics = ("skullOutline" | "skull" | "resist" | "pizza" | "hola" | "diamond" | "deer" | "cumbia" | "bear" | "bat")[]; export interface Options { style?: Style; mode?: Mode; top?: Top; topChance?: TopProbability; hatColor?: HatColor; hairColor?: HairColor; accessories?: Accessories; accessoriesChance?: AccessoriesProbability; accessoriesColor?: AccessoriesColor; facialHair?: FacialHair; facialHairChance?: FacialHairProbability; facialHairColor?: FacialHairColor; clothes?: Clothes; clothesColor?: ClothesColor; eyes?: Eyes; eyebrow?: Eyebrow; mouth?: Mouth; skin?: Skin; clotheGraphics?: ClotheGraphics; }