import { Base } from "../../../../";

/*********************************************
* Identity
**********************************************/
export interface Identity {
	email?: string;
	id?: number;
	loginName?: string;
	name?: string;
}

/*********************************************
* IdentityCollections
**********************************************/
export interface IdentityCollections {

}
