application - v0.1.0
    Preparing search index...

    Interface default

    Interface représentant un client

    interface default {
        email: string;
        nom: string;
        prenom: string;
        telephone: string;
    }
    Index

    Properties

    email: string

    Adresse email du client

    nom: string

    Nom de famille du client

    prenom: string

    Prénom du client

    telephone: string

    Numéro de téléphone du client