zendesk-messaging-client
    Preparing search index...

    Type Alias IntegrationReadable

    The integration.

    type IntegrationReadable = {
        displayName?: string | null;
        id?: string;
        status?: Status;
        type: string;
    }
    Index

    Properties

    displayName?: string | null

    A human-friendly name used to identify the integration.

    id?: string

    The unique ID of the integration.

    status?: Status
    type: string