@sjcrh/proteinpaint-types 2.146.2 → 2.146.4-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/terms/q.ts +1 -0
package/package.json
CHANGED
package/src/terms/q.ts
CHANGED
|
@@ -36,6 +36,7 @@ export type RawCustomGroupsetQ = MinBaseQ & {
|
|
|
36
36
|
}
|
|
37
37
|
/** deprecated nested object, will be handled by reshapeLegacyTW() in TwRouter */
|
|
38
38
|
groupsetting?: { inuse?: boolean } & GroupSettingQ
|
|
39
|
+
sampleCounts?: { key: string; value?: number; label?: string }[]
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
export type HiddenValues = {
|