@suluk/email - v0.2.0
    Preparing search index...

    Interface AudienceResult

    interface AudienceResult {
        ok: boolean;
        id?: string;
        error?: string;
    }
    Index

    Properties

    Properties

    ok: boolean
    id?: string

    the provider's contact id, when upserted.

    error?: string