Skip to content

Commit

Permalink
fix: data types for AbstractDriver (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX authored May 19, 2023
1 parent d8ba6e9 commit beef7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface ConnectOptions {
export class AbstractDriver {

static Spellbook: typeof Spellbook;
static DataType: typeof DataType;
static DataTypes: typeof DataType;
static Attribute: typeof Attribute;

/**
Expand Down

0 comments on commit beef7ae

Please sign in to comment.