Skip to content

Commit

Permalink
working towards alias optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Sep 22, 2022
1 parent bbca310 commit 0ff7f0c
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 296 deletions.
5 changes: 5 additions & 0 deletions packages/adapter/src/lib/_Types.ts
Expand Up @@ -81,6 +81,11 @@ export interface AliasTargetEntry {
unit?: string;
}

export interface SetStateChangedRes {
changed: boolean;
id: string;
}

export interface GetUserGroupsOptions {
user: `system.user.${string}`;
[other: string]: any;
Expand Down

0 comments on commit 0ff7f0c

Please sign in to comment.