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

    Interface ConsoleAudienceOptions

    interface ConsoleAudienceOptions {
        log?: (line: string) => void;
    }
    Index

    Properties

    Properties

    log?: (line: string) => void