mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-15 16:01:34 -05:00
2 lines
46 B
TypeScript
2 lines
46 B
TypeScript
export type UseDataResult<Data> = () => Data;
|