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

    Interface AdminCustomerProfile

    interface AdminCustomerProfile {
        phone: string;
        language: string;
        newsletter: boolean;
        admin_notes: string;
        theme: string;
    }
    Index

    Properties

    phone: string
    language: string
    newsletter: boolean
    admin_notes: string
    theme: string