Skip to content

Commit

Permalink
fix: change Reference categories to categoryLvl1-4 to be consiste…
Browse files Browse the repository at this point in the history
…nt resource types
  • Loading branch information
McManning committed Apr 24, 2023
1 parent 01b2dfc commit f147017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ export type Reference = Atom & {
id: string
name: string

category1: string
category2?: string
category3?: string
category4?: string
categoryLvl1?: string
categoryLvl2?: string
categoryLvl3?: string
categoryLvl4?: string

/**
* TBD what this looks like. Some sort of
Expand Down

0 comments on commit f147017

Please sign in to comment.