import { VanityStruct } from "@steamsets/client-ts/models/components";
let value: VanityStruct = {
type: "steam",
value: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
type |
components.Type | ✔️ | Which type of vanity to search for |
value |
string | ✔️ | Vanity to search for |