Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple-user component is an enum of the object types and null #136

Closed
gr2m opened this issue Aug 3, 2021 · 1 comment
Closed

simple-user component is an enum of the object types and null #136

gr2m opened this issue Aug 3, 2021 · 1 comment
Labels
Status: Blocked Some technical or requirement is blocking the issue typescript Relevant to TypeScript users only

Comments

@gr2m
Copy link
Contributor

gr2m commented Aug 3, 2021

Blocked by github/rest-api-description#486

    /** Simple User */
    "simple-user": {
      name?: string | null;
      email?: string | null;
      login: string;
      id: number;
      node_id: string;
      avatar_url: string;
      gravatar_id: string | null;
      url: string;
      html_url: string;
      followers_url: string;
      following_url: string;
      gists_url: string;
      starred_url: string;
      subscriptions_url: string;
      organizations_url: string;
      repos_url: string;
      events_url: string;
      received_events_url: string;
      type: string;
      site_admin: boolean;
      starred_at?: string;
    } | null;

I've no idea where the | null comes from

The same is true for these components

  1. simple-user
  2. integration
  3. team-simple
  4. auto_merge
  5. deployment_branch_policy
@gr2m gr2m added the typescript Relevant to TypeScript users only label Aug 3, 2021
@gr2m gr2m added the Status: Blocked Some technical or requirement is blocking the issue label Aug 3, 2021
gr2m added a commit to octokit/octokit.js that referenced this issue Aug 31, 2021
@gr2m
Copy link
Contributor Author

gr2m commented Sep 12, 2021

@gr2m gr2m closed this as completed Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Blocked Some technical or requirement is blocking the issue typescript Relevant to TypeScript users only
Projects
None yet
Development

No branches or pull requests

1 participant