Skip to content

Commit

Permalink
chore: reformat query to not show so many changes and add types
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Nov 13, 2024
1 parent 7cef24e commit 326cc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/src/v1/types/omrr-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ export interface OmrrData {
'Hatchery Waste'?: boolean,
'Manure'?: boolean,
'Milk Processing Waste'?: boolean,
'Plant Matter Derived From Processing Plants'?: boolean,
}
3 changes: 2 additions & 1 deletion frontend/src/interfaces/omrr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default interface OmrrData {
'Hatchery Waste'?: boolean
Manure?: boolean
'Milk Processing Waste'?: boolean

'Plant Matter Derived From Processing Plants'?: boolean,
// Extracted from Facility Location - not all facilities will have this set
'Postal Code'?: string
}
Expand All @@ -47,4 +47,5 @@ export const omrrDataBooleanFields: (keyof OmrrData)[] = [
'Hatchery Waste',
'Manure',
'Milk Processing Waste',
'Plant Matter Derived From Processing Plants'
]

0 comments on commit 326cc32

Please sign in to comment.