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

Typescript error #111

Merged
merged 17 commits into from
Feb 16, 2024
Merged

Typescript error #111

merged 17 commits into from
Feb 16, 2024

Conversation

levelingup
Copy link
Contributor

added typescript definitions:

interface RepoInfo {
  name: string;
  owner: {
    login: string;
  };
  isFork: boolean;
}

interface Edge {
  node: {
    committedDate: string;
  };
}

@maxam2017 maxam2017 merged commit 9ff4916 into maxam2017:master Feb 16, 2024
@maxam2017
Copy link
Owner

fix #98

sorry for the late merge.

ickynavigator pushed a commit to ickynavigator/productive-box that referenced this pull request May 19, 2024
added typescript definition

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants