ci: trigga på master + formatfix inför Gitea Actions
CI / Typecheck, test & build (push) Failing after 2s
CI / Typecheck, test & build (push) Failing after 2s
This commit is contained in:
@@ -19,12 +19,7 @@ export interface NewScanObservation {
|
||||
observationConfidence: number;
|
||||
}
|
||||
|
||||
export type ScanDiffRowKind =
|
||||
| "new_item"
|
||||
| "moved"
|
||||
| "quantity_changed"
|
||||
| "vanished"
|
||||
| "unchanged";
|
||||
export type ScanDiffRowKind = "new_item" | "moved" | "quantity_changed" | "vanished" | "unchanged";
|
||||
|
||||
export interface ScanDiffRow {
|
||||
kind: ScanDiffRowKind;
|
||||
|
||||
Reference in New Issue
Block a user