sparkletown/sparkle

View on GitHub
src/types/Question.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface Question {
  name: string;
  text: string;
  link?: string;
}