Interface PhotosGetNewTagsParams

interface PhotosGetNewTagsParams {
    count?: number;
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count?: number

Number of photos to return.

offset?: number

Offset needed to return a specific subset of photos.

Generated using TypeDoc