sparkletown/sparkle

View on GitHub
src/types/validation.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface SpaceSchema {
  template?: string;
  venueName?: string;
}