The properties of the ChangesSource.

interface ChangesSourceProps {
    catalogs?: string[];
    changeType: ChangeType;
    country: string;
    cursor?: string;
    from?: number;
    includeUnknownDates?: boolean;
    itemType: ItemType;
    limit?: number;
    orderDirection?: OrderDirection;
    outputLanguage?: GetChangesOutputLanguageEnum;
    showType?: ShowType;
    to?: number;
}

Hierarchy (view full)

Properties

catalogs?: string[]
changeType: ChangeType
country: string
cursor?: string
from?: number
includeUnknownDates?: boolean
itemType: ItemType
limit?: number
orderDirection?: OrderDirection
outputLanguage?: GetChangesOutputLanguageEnum
showType?: ShowType
to?: number