Interface LastViewedCollectionsInput

interface LastViewedCollectionsInput {
    limit?: number;
}

Properties

Properties

limit?: number