Represents a DTO for descriptor.

interface DescriptorDTO {
    target: IdentityDTO;
}

Properties

Properties

target: IdentityDTO