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