zendesk-messaging-client
    Preparing search index...

    Type Alias ClientAssociation

    type ClientAssociation = {
        clientId?: string;
        type?: ClientType;
    }
    Index

    Properties

    Properties

    clientId?: string

    The id of the client being referenced.

    type?: ClientType