interface UserAnonymous {
    _expandable: {
        operations?: string;
    };
    _links: GenericLinks;
    displayName: string;
    operations?: Models.OperationCheckResult[];
    profilePicture: Models.Icon;
    type: string;
}

Properties

_expandable: {
    operations?: string;
}

Type declaration

  • Optional operations?: string
_links: GenericLinks
displayName: string
profilePicture: Models.Icon
type: string

Generated using TypeDoc v0.25.12