Type Alias PartnerUserSessionCreateRequestBody
PartnerUserSessionCreateRequestBody: {
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