Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface AdminSiteSettings

    interface AdminSiteSettings {
        custom_text_price: string;
        custom_number_price: string;
        design_text_price: string;
        design_image_price: string;
        stock_management_enabled: boolean;
        team_order_enabled: boolean;
        default_shipping_cost: string;
        free_shipping_threshold: string;
        vat_enabled: boolean;
        vat_rate: string;
        vat_included_in_prices: boolean;
        store_name: string;
        store_email: string;
        store_phone: string;
        footer_address_line1: string;
        footer_address_line2: string;
        footer_email: string;
        footer_phone: string;
        footer_kvk_number: string;
        footer_btw_number: string;
        footer_facebook_url: string;
        footer_instagram_url: string;
        footer_linkedin_url: string;
        footer_company_description: string;
        default_decoration_method: number | null;
        updated_at: string;
    }
    Index

    Properties

    custom_text_price: string
    custom_number_price: string
    design_text_price: string
    design_image_price: string
    stock_management_enabled: boolean
    team_order_enabled: boolean
    default_shipping_cost: string
    free_shipping_threshold: string
    vat_enabled: boolean
    vat_rate: string
    vat_included_in_prices: boolean
    store_name: string
    store_email: string
    store_phone: string
    footer_address_line1: string
    footer_address_line2: string
    footer_email: string
    footer_phone: string
    footer_kvk_number: string
    footer_btw_number: string
    footer_facebook_url: string
    footer_instagram_url: string
    footer_linkedin_url: string
    footer_company_description: string
    default_decoration_method: number | null
    updated_at: string