Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreatePhoneProviderSendTestResponseContent

    This file was auto-generated by Fern from our API Definition.

    interface CreatePhoneProviderSendTestResponseContent {
        code?: number;
        message?: string;
    }
    Index

    Properties

    Properties

    code?: number

    The status code of the operation.

    message?: string

    The description of the operation status.