Home > @tridion-sites/open-api-client > ProcessDefinitionAssociation
Representing data object of the Process Definition Association
Signature:
export type ProcessDefinitionAssociation = IdentifiableObject & {
ProcessDefinition?: Link;
};
References: IdentifiableObject, Link