This repository has been archived on 2025-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lcm-potty-chart/types/StickerContext.d.ts
2022-01-12 18:47:44 -06:00

4 lines
65 B
TypeScript

interface StickersContextState {
stickersMonth: StickerDays;
}