application - v0.1.0
    Preparing search index...

    Interface PaiementCharge

    Interface représentant une charge de paiement

    interface PaiementCharge {
        id: string;
        montant: number;
    }
    Index

    Properties

    Properties

    id: string
    montant: number