interface UmbDuplicateToRequestArgs {
    destination: {
        unique: null | string;
    };
    unique: string;
}

Hierarchy (view full)

Properties

Properties

destination: {
    unique: null | string;
}
unique: string
""