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

    Interface UserProfile

    interface UserProfile {
        id: number;
        user: User;
        phone: string;
        address_line1: string;
        address_line2: string;
        postal_code: string;
        city: string;
        country: string;
    }
    Index

    Properties

    id: number
    user: User
    phone: string
    address_line1: string
    address_line2: string
    postal_code: string
    city: string
    country: string