Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias PromotionStatus

    Promotion status

    type PromotionStatus = {
        blockingError: boolean;
        encryptedSecrets: string[];
        globalLock: string;
        message: string;
        missingESVs: string[];
        promotionId: string;
        status: string;
        timeStamp: string;
        type: PromotionType;
    }
    Index

    Properties

    blockingError: boolean
    encryptedSecrets: string[]
    globalLock: string
    message: string
    missingESVs: string[]
    promotionId: string
    status: string
    timeStamp: string