Skip to content

Commit

Permalink
chore: generated files should not be linted as it changes on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Jul 28, 2023
1 parent f126f34 commit c244b57
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/generatedTypes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const LATEST_ORDER_CLASS_METADATA_VERSION = '0.3.0'
export const LATEST_UTM_METADATA_VERSION = '0.2.0'

export type LatestAppDataDocVersion = v0_9_0.AppDataRootSchema
export type AnyAppDataDocVersion =
export type AnyAppDataDocVersion =
| v0_9_0.AppDataRootSchema
| v0_8_0.AppDataRootSchema
| v0_7_0.AppDataRootSchema
Expand All @@ -30,4 +30,14 @@ export type AnyAppDataDocVersion =
| v0_2_0.AppDataRootSchema
| v0_1_0.AppDataRootSchema

export { v0_9_0, v0_8_0, v0_7_0, v0_6_0, v0_5_0, v0_4_0, v0_3_0, v0_2_0, v0_1_0 }
export {
v0_9_0,
v0_8_0,
v0_7_0,
v0_6_0,
v0_5_0,
v0_4_0,
v0_3_0,
v0_2_0,
v0_1_0
}

0 comments on commit c244b57

Please sign in to comment.