UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

5 lines (4 loc) 114 B
import { IEntity } from "../base/entity"; export interface IUserProfile extends IEntity { username: string; }