Store: IStore<{ requiredId(): string; hasId(): boolean; }, { id?: string; tokens?: string[]; }> Type declaration
requiredId:function
- requiredId(): string
Returns string
hasId:function
- hasId(): boolean
Returns boolean
Type declaration
Optional
id?: string
Optional
tokens?: string[]
Shape of the ticket store.