Type Alias DistinctOptions

DistinctOptions: CommandOperationOptions & {
    hint?: Document | string;
}

Type declaration