@farmart-tech/brave-client-sdk
    Preparing search index...

    Interface FeatureReleasePlan

    interface FeatureReleasePlan {
        backdoorEnabled?: boolean;
        backdoorPassword?: string | null;
        backgroundImage?: string;
        body?: string;
        countdownEnabled?: boolean;
        downtimeEndAt?: string;
        downtimeStartAt?: string;
        releaseVersion?: string;
        scopes?: string[];
        subtitle?: string;
        ticketLinks?: string[];
        title?: string;
    }
    Index

    Properties

    backdoorEnabled?: boolean
    backdoorPassword?: string | null
    backgroundImage?: string
    body?: string
    countdownEnabled?: boolean
    downtimeEndAt?: string
    downtimeStartAt?: string
    releaseVersion?: string
    scopes?: string[]
    subtitle?: string
    ticketLinks?: string[]
    title?: string