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

/*********************************************
* UserInformation
**********************************************/
export interface UserInformation {
	Id?: string;
	Name?: string;
	Puid?: string;
}

/*********************************************
* UserInformationCollections
**********************************************/
export interface UserInformationCollections {

}
