configure: DomainConfigureMessages
create
create: DomainCreateMessages
delete
delete: DomainDeleteMessages
header?: { create_button_text?: string; description?: string; title?: string }
Optionalnotifications
notifications?: {
domain_associate_provider_error?: string;
domain_associate_provider_success?: string;
domain_create_error?: string;
domain_create_success?: string;
domain_delete_error?: string;
domain_delete_provider_error?: string;
domain_delete_provider_success?: string;
domain_delete_success?: string;
domain_verify_error?: string;
domain_verify_success?: string;
domain_verify_verification_failed?: string;
fetch_domains_error?: string;
fetch_providers_error?: string;
}
Optionaltable
table?: {
actions?: {
configure_button_text?: string;
delete_button_text?: string;
verify_button_text?: string;
view_button_text?: string;
};
columns?: { domain?: string; status?: string };
empty_message?: string;
}
verify
verify: DomainVerifyMessages