Type Alias GetUploadedItemsParams

GetUploadedItemsParams: PaginatedParams<{
    contractId: string;
    keyword?: string;
}>