// Generated Source interface MetaInfo { /** * User type */ resourceType?: "User" | "Group"; /** * Datetime of user creation in ISO 8601 format, for example 2016-03-10T18:07:52.534Z */ created?: string; /** * Datetime of the last change of user information in ISO 8601 format,for example 2016-03-10T18:07:52.534Z */ lastModified?: string; /** * resource location URI */ location?: string; } export default MetaInfo;