add entity store class (#70)

This commit is contained in:
Kilin Mikhail
2021-01-14 11:45:46 +03:00
committed by GitHub
parent 555f68ebc6
commit 5078a2cf4b
13 changed files with 4515 additions and 4074 deletions

View File

@ -1,7 +1,7 @@
import {makeApi} from '_utils/makeApi';
import {http} from '_infrastructure/Http';
type User = {
export type User = {
id: number;
avatar: string;
email: string;