Saxonberg Server API
    Preparing search index...

    Interface EngagementCancelledNote

    interface EngagementCancelledNote {
        engagementId: string;
        kind: "engagement-cancelled";
        reason: keyof AbortReasonRegistry;
    }
    Index

    Properties

    engagementId: string
    kind: "engagement-cancelled"
    reason: keyof AbortReasonRegistry