Skip to content

Commit

Permalink
fix: rebuild type, release v6.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Apr 30, 2021
1 parent da9fdd2 commit b5e2559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ export class FieldBase extends ReflectionObject {
*/
constructor(name: string, id: number, type: string, rule?: (string|{ [k: string]: any }), extend?: (string|{ [k: string]: any }), options?: { [k: string]: any }, comment?: string);

/** Field rule, if any. */
public rule?: string;

/** Field type. */
public type: string;

Expand Down

0 comments on commit b5e2559

Please sign in to comment.