Variable JourneyDataSchemaConst
JourneyDataSchema: Struct<
{
_tag: Literal<["journey"]>;
authId: optional<typeof String$>;
callbacks: optional<Array$<typeof Unknown>>;
description: optional<typeof String$>;
errorCode: optional<typeof Number$>;
errorMessage: optional<typeof String$>;
errorReason: optional<typeof String$>;
header: optional<typeof String$>;
realm: optional<typeof String$>;
stage: optional<typeof String$>;
stepType: Union<
[
Literal<["Step"]>,
Literal<["LoginSuccess"]>,
Literal<["LoginFailure"]>,
],
>;
successUrl: optional<typeof String$>;
tokenId: optional<typeof String$>;
},
> = ...