Type Alias FormElementEnvironmentUrl

FormElementEnvironmentUrl: FormElementEnvironmentBase & {
    url: string;
}