tutti-api - v2.1.0
    Preparing search index...

    Interface Participant

    interface Participant {
        active?: boolean;
        name?: string;
        publicAccountId: string;
        role?: string;
    }
    Index

    Properties

    active?: boolean
    name?: string
    publicAccountId: string
    role?: string