Added automation

This commit is contained in:
tidusjar 2021-03-09 15:01:43 +00:00
commit d31da0a249
44 changed files with 7013 additions and 6 deletions

View file

@ -0,0 +1,4 @@
export interface IClaims {
value: string;
enabled: boolean;
}