Skip to content

Commit

Permalink
camelize schema export
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <[email protected]>
  • Loading branch information
asutula committed Sep 29, 2023
1 parent d808c4d commit 5282acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/validator/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type Params =

export type Column = Components["schemas"]["Column"];
type BaseSchema = Components["schemas"]["Schema"];
export interface Schema extends BaseSchema {
export interface Schema extends Camelize<BaseSchema> {
readonly columns: Array<PartialRequired<Column, "constraints">>;
}

Expand Down

0 comments on commit 5282acf

Please sign in to comment.