mirror of
https://github.com/balzack/databag.git
synced 2025-04-23 10:05:19 +00:00
adding missing accessor
This commit is contained in:
parent
9d76ab40c6
commit
409c7df746
@ -25,6 +25,8 @@ export interface Session {
|
||||
getAlias(): Alias;
|
||||
getAttribute(): Attribute;
|
||||
getContent(): Content;
|
||||
getStream(): Stream;
|
||||
getFocus(channelId: string, cardId: string): Focus;
|
||||
|
||||
resync(): void;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user