@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface MeetingParticipantListResponse

    interface MeetingParticipantListResponse {
        items?: MeetingParticipant[];
        limit?: number;
        offset?: number;
        total?: number;
    }
    Index

    Properties

    limit?: number
    offset?: number
    total?: number