sparkletown/sparkle

View on GitHub
src/types/Quotation.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface Quotation {
  author: string;
  text: string;
}