@xoxno/sdk-js
    Preparing search index...

    Type Alias ParticipantCountsDto

    type ParticipantCountsDto = {
        borrowers: number;
        suppliers: number;
        total: number;
    }
    Index

    Properties

    borrowers: number
    suppliers: number
    total: number