Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.03 KB

vanitystruct.md

File metadata and controls

19 lines (14 loc) · 1.03 KB

VanityStruct

Example Usage

import { VanityStruct } from "@steamsets/client-ts/models/components";

let value: VanityStruct = {
  type: "steam",
  value: "<value>",
};

Fields

Field Type Required Description
type components.Type ✔️ Which type of vanity to search for
value string ✔️ Vanity to search for