Documentation
    Preparing search index...

    Interface Address

    interface Address {
        addresse: string;
        addresse2: any;
        city: string;
        country_code: string;
        createdAt: string;
        id: number;
        id_user: number;
        is_main: any;
        is_valid: any;
        postal_code: string;
        type: string;
        updatedAt: string;
    }
    Index

    Properties

    addresse: string
    addresse2: any
    city: string
    country_code: string
    createdAt: string
    id: number
    id_user: number
    is_main: any
    is_valid: any
    postal_code: string
    type: string
    updatedAt: string