InvestWeb/interfaces/UserFakeDataJSON.ts

6 lines
117 B
TypeScript
Raw Normal View History

2023-01-28 01:46:11 -08:00
import UserJSONEntry from "./UserJSONEntry";
export default interface UserFakeDataJSON {
data: UserJSONEntry[];
}