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

/*********************************************
* officeFileUserValueResponse
**********************************************/
export interface officeFileUserValueResponse {
	key?: string;
	value?: string;
}

/*********************************************
* officeFileUserValueResponseCollections
**********************************************/
export interface officeFileUserValueResponseCollections {

}
