Skip to content

Commit

Permalink
Export ExtendedFields
Browse files Browse the repository at this point in the history
  • Loading branch information
enxtur committed Oct 7, 2024
1 parent a3c8e28 commit ecb9a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/db/util/legacy-versioned-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const VERSIONED_FIELDS = {
},
} as const;

type ExtendedFields<F extends FieldDefinition> = F & typeof VERSIONED_FIELDS;
export type ExtendedFields<F extends FieldDefinition> = F &
typeof VERSIONED_FIELDS;

export type FieldsWithVersioned<
F extends FieldDefinition,
Expand Down

0 comments on commit ecb9a6b

Please sign in to comment.