@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias SaveBrandLogoResponse

    Response from POST /api/brands/:domain/logos.

    These endpoints are not yet present in the generated registry OpenAPI types, so this hand-rolled shape mirrors the current AAO response contract.

    type SaveBrandLogoResponse = {
        success?: boolean;
        domain: string;
        logo_id: string;
        review_status: BrandLogoReviewStatus;
        url?: string;
        legacy_url?: string;
        message?: string;
        review_sla_hours?: number;
    }
    Index

    Properties

    success?: boolean
    domain: string
    logo_id: string
    review_status: BrandLogoReviewStatus
    url?: string
    legacy_url?: string
    message?: string
    review_sla_hours?: number