mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
2 lines
46 B
TypeScript
2 lines
46 B
TypeScript
export type UseDataResult<Data> = () => Data;
|