This repository has been archived on 2025-08-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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;
}