UNPKG

@hankei6km/reposition

Version:

`reposition` is a command line tool to send a repository list to Notion database.

17 lines (16 loc) 357 B
export type RepoItem = { createdAt: string; description: string; nameWithOwner: string; isPrivate: boolean; name: string; openGraphImageUrl: string; owner: { login: string; id?: string; }; pushedAt: string; repositoryTopics: Record<'name', string>[] | null; updatedAt: string; url: string; };