MCPcopy
hub / github.com/webfansplz/vuejs-challenges / QuizMetaInfo

Interface QuizMetaInfo

scripts/types.ts:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type IO from "@actions/io"
4
5export interface QuizMetaInfo {
6 title: string
7 author: {
8 name: string
9 github: string
10 }
11 difficulty: string
12 tags: []
13}
14
15export interface Quiz {
16 no: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected