interface SiteSettings {
    id: number;
    site_name: string;
    site_logo: null | string;
    contact_email: string;
    contact_phone: string;
    address: string;
    currency: string;
    currency_symbol: string;
    tax_rate: string;
    shipping_base_cost: string;
    free_shipping_threshold: null | string;
    stock_management_enabled: boolean;
    custom_text_price: string;
    custom_number_price: string;
    design_text_price: string;
    design_image_price: string;
    default_shipping_cost: number;
    vat_enabled: boolean;
    vat_rate: string;
    vat_included_in_prices: boolean;
    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;
}

Properties

id: number
site_name: string
site_logo: null | string
contact_email: string
contact_phone: string
address: string
currency: string
currency_symbol: string
tax_rate: string
shipping_base_cost: string
free_shipping_threshold: null | string
stock_management_enabled: boolean
custom_text_price: string
custom_number_price: string
design_text_price: string
design_image_price: string
default_shipping_cost: number
vat_enabled: boolean
vat_rate: string
vat_included_in_prices: boolean
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