InvestWeb/interfaces/UserFakeDataJSON.ts

6 lines
117 B
TypeScript
Raw Normal View History

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