import { AccountModel } from "../api/api.schemas"; export type UserIdentityState = { userAccount?: AccountModel; };