Home > @tridion-sites/open-api-client > UserRuntimeInfo
Represents the runtime information of the User.
Signature:
export type UserRuntimeInfo = {
$type?: string;
HasPublishRights?: boolean;
IsAdministrator?: boolean;
IsPublicationAdministrator?: boolean;
Locale?: UserLocaleInfo;
};
References: UserLocaleInfo