@usethrottle/checkout-sdk
    Preparing search index...

    Interface BrandTheme

    @usethrottle/checkout-sdk — Phase 1 types.

    interface BrandTheme {
        logo?: string;
        primary?: string;
    }
    Index
    logo?: string

    Absolute URL of merchant logo image.

    primary?: string

    Brand primary colour (#rrggbb or CSS named colour).