Skip to content

Commit

Permalink
Merge pull request #581 from jansule/metadata-block
Browse files Browse the repository at this point in the history
feat: add metadata block to geostyler style
  • Loading branch information
jansule committed Sep 4, 2023
2 parents 39ff660 + 93f1d59 commit da9f12a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ export interface Rule {
export interface Style {
name: string;
rules: Rule[];
metadata?: {
[key: string]: any;
};
}

/**
Expand Down

0 comments on commit da9f12a

Please sign in to comment.