Options that influence how URLs are grouped by tag.

interface GetUrlsByTagOptions {
    onlyOneTag?: boolean;
    sortResults?: boolean;
}

Properties

onlyOneTag?: boolean
sortResults?: boolean