Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.38 KB

benefitcreate.md

File metadata and controls

71 lines (56 loc) · 1.38 KB

BenefitCreate

Supported Types

components.BenefitAdsCreate

const value: components.BenefitAdsCreate = {
  description: "ew svelte contravene till crumble",
  properties: {},
};

components.BenefitCustomCreate

const value: components.BenefitCustomCreate = {
  description: "overwork outfit an rebuff till ready openly geez gee little",
  properties: {},
};

components.BenefitDiscordCreate

const value: components.BenefitDiscordCreate = {
  description: "opposite who fundraising",
  properties: {
    guildToken: "<value>",
    roleId: "<id>",
  },
};

components.BenefitDownloadablesCreate

const value: components.BenefitDownloadablesCreate = {
  description: "footrest coexist hammock rag display ostrich aboard pfft so",
  properties: {
    files: [
      "<value>",
    ],
  },
};

components.BenefitGitHubRepositoryCreate

const value: components.BenefitGitHubRepositoryCreate = {
  description: "unless huzzah factorise meh",
  properties: {
    repositoryOwner: "polarsource",
    repositoryName: "private_repo",
    permission: "maintain",
  },
};

components.BenefitLicenseKeysCreate

const value: components.BenefitLicenseKeysCreate = {
  description:
    "since around save energetically natural ah around scented harmful",
  properties: {},
};