@camunda8/sdk
    Preparing search index...

    Interface PubSearchResultDtoMilestoneMetadataDto

    Milestones were renamed to versions in Web Modeler 8.9. Use PubSearchResultDtoVersionMetadataDto instead. This type targets the milestones endpoints, which are only available in Web Modeler 8.8 and earlier.

    interface PubSearchResultDtoMilestoneMetadataDto {
        items: MilestoneMetadataDto[];
        total: number;
    }
    Index

    Properties

    Properties

    total: number