@bondi-labs/integration-sdk - v0.0.2
    Preparing search index...

    Interface BondiServiceMeta

    Metadata stored by the BondiService class decorator. Read at sync time to construct the integration's ServiceDefinition.

    interface BondiServiceMeta {
        description?: string;
        label: string;
        name: string;
    }
    Index

    Properties

    description?: string

    Optional longer description.

    label: string

    Human-readable label shown in the Bondi Studio (e.g. "Contacts").

    name: string

    Stable identifier for the service (e.g. "contacts").