mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-25 21:13:41 -05:00
2 lines
46 B
TypeScript
2 lines
46 B
TypeScript
export type UseDataResult<Data> = () => Data;
|