@watzon/baserow
    Preparing search index...

    Interface EmailTesterResponse

    Response from email testing endpoint

    interface EmailTesterResponse {
        error?: null | string;
        error_stack?: null | string;
        error_type?: null | string;
        succeeded: boolean;
    }
    Index

    Properties

    error?: null | string
    error_stack?: null | string
    error_type?: null | string
    succeeded: boolean