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

    Interface TestCustomDomainResponseContent

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

    interface TestCustomDomainResponseContent {
        success: boolean;
        message?: string;
    }
    Index

    Properties

    Properties

    success: boolean

    Result of the operation.

    message?: string

    Message describing the operation status.