interface QueryCollectionsIQtParams {
    afterCursor?: string;
    catalogWid?: Wid;
    directConnectionEncryptedInfo?: any;
    height?: 100;
    limit: number;
    productsCount?: number;
    width?: 100;
}

Properties

afterCursor?: string
catalogWid?: Wid
directConnectionEncryptedInfo?: any
height?: 100
limit: number
productsCount?: number
width?: 100