Type Alias UserSessionCreateRequestBody
UserSessionCreateRequestBody: {
config?:
| {
allowedRoutes?: string[]
| null;
contactId?: string | null;
namespace?: string | null;
}
| null;
durationInSeconds?: number
| null;
}
Type Declaration
-
Optionalconfig?:
| {
allowedRoutes?: string[]
| null;
contactId?: string | null;
namespace?: string | null;
}
| null
-
OptionaldurationInSeconds?: number | null