TinyliciousMember Interface
Since Tinylicious provides user names for all of its members, we extend the IMember
interface to include this service-specific value. It will be returned for all audience members connected to Tinylicious.
Signature
export interface TinyliciousMember extends IMember
Extends: IMember
Properties
Property | Type | Description |
---|---|---|
userName | string | The user's name |
Property Details
userName
The user's name
Signature
userName: string;
Type: string