CardRepoProps: {
    description: string;
    id: number;
    language: string;
    meta: string[];
    name: string;
    path: string;
}

Properties of the repository card component

Property

Repository name

Property

Repository description

Property

List of labels

Property

Repository path

Property

Repository language primary

Property

Repository id

Type declaration

  • description: string
  • id: number
  • language: string
  • meta: string[]
  • name: string
  • path: string

Generated using TypeDoc