@creator.co/wapi - v1.8.1
    Preparing search index...

    Represents the response object returned by a generic event handler.

    type GenericHandlerEventResponse = {
        data?: any;
        err?: Error | string;
    }
    Index

    Properties

    Properties

    data?: any

    An optional data object.

    err?: Error | string

    An optional error object or error message.