Skip to content

Commit

Permalink
Merge pull request #23 from narthur/codegen
Browse files Browse the repository at this point in the history
make baserow config public
  • Loading branch information
narthur committed Apr 11, 2024
2 parents ca2f122 + 11e3fb7 commit a293b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ interface RowClass<T extends RowType, R extends Factory> {
}

export abstract class Factory {
public readonly config: BaserowConfig;

protected sdk: BaserowSdk;
protected config: BaserowConfig;
protected classes: Map<number, RowClass<RowType, Factory>> = new Map();

constructor() {
Expand Down

0 comments on commit a293b04

Please sign in to comment.