Integration App React - v2.21.0
    Preparing search index...

    Type Alias Customer

    type Customer = {
        id: string;
        name: string;
        internalId: string;
        fields?: Record<string, any>;
        credentials?: any;
        lastActiveAt?: string;
        isTest?: boolean;
        isBillable?: boolean;
    }
    Index

    Properties

    id: string
    name: string
    internalId: string
    fields?: Record<string, any>
    credentials?: any
    lastActiveAt?: string
    isTest?: boolean
    isBillable?: boolean