Documentation
    Preparing search index...

    Interface Physical

    interface Physical {
        birthday: string;
        civility: string;
        comment: any;
        country: any;
        createdAt: string;
        description: any;
        entreprise: string;
        first_name: string;
        id: number;
        id_relationship: any;
        information: any;
        language: any;
        last_name: string;
        marital_status: any;
        nationality: any;
        relatedPeople: any[];
        relatedPerson: any;
        relationship: any;
        role: any;
        updatedAt: string;
    }
    Index

    Properties

    birthday: string
    civility: string
    comment: any
    country: any
    createdAt: string
    description: any
    entreprise: string
    first_name: string
    id: number
    id_relationship: any
    information: any
    language: any
    last_name: string
    marital_status: any
    nationality: any
    relatedPeople: any[]
    relatedPerson: any
    relationship: any
    role: any
    updatedAt: string