Replicating airbnb following the atomic design principles...
Home > @nextbnb/common > IContext
Interface of the Context
Signature:
export interface IContext 
| Property | Type | Description | 
|---|---|---|
| params? | { [key: string]: any; } | (Optional) | 
| request | IContextRequest | |
| response | IContextResponse | |
| serviceRoles? | IRole[] | (Optional) | 
| state | { user?: IUser; } | |
| status | number |