4irbnb

Replicating airbnb following the atomic design principles...

View the Project on GitHub kokiebisu/4irbnb

Home > @nextbnb/common > IContext

IContext interface

Interface of the Context

Signature:

export interface IContext 

Properties

Property Type Description
params? { [key: string]: any; } (Optional)
request IContextRequest  
response IContextResponse  
serviceRoles? IRole[] (Optional)
state { user?: IUser; }  
status number