Auth0 Universal Components
    Preparing search index...

    Interface OrganizationDeleteMessages

    Messages that can be used in the UI.

    interface OrganizationDeleteMessages {
        delete_button_label?: string;
        description?: string;
        modal_description?: string;
        modal_title?: string;
        organization_name_field_label?: string;
        organization_name_field_placeholder?: string;
        title?: string;
    }
    Index

    Properties

    delete_button_label?: string
    description?: string
    modal_description?: string
    modal_title?: string
    organization_name_field_label?: string
    organization_name_field_placeholder?: string
    title?: string