@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface ActionNotAllowedAvailableAction

    interface ActionNotAllowedAvailableAction {
        action: string;
        mode:
            | "self_serve"
            | "conditional_self_serve"
            | "requires_proposal"
            | "requires_approval";
        sla?: unknown;
        terms_ref?: string;
    }
    Index

    Properties

    action: string
    mode:
        | "self_serve"
        | "conditional_self_serve"
        | "requires_proposal"
        | "requires_approval"
    sla?: unknown
    terms_ref?: string