Home > @tridion-sites/open-api-client > ApplicationData
Represents application-specific data which can be stored system-wide (global) or associated with any identifiable object.
Signature:
export type ApplicationData = {
$type?: string;
ApplicationId?: string;
Data?: string;
IsInherited?: boolean;
ManagedLinks?: Array<Link>;
OwningRepositoryId?: string;
TypeId?: string;
};
References: Link