ksylvest/tights

View on GitHub
src/types/size.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Size = "normal" | "small" | "medium" | "large";