Variable IdentityServiceConfigCodecConst
IdentityServiceConfigCodec: IntersectionC<[TypeC<{
apiKey: StringC;
apiUrl: StringC;
bucket: StringC;
clientId: StringC;
identityPoolId: StringC;
poolId: StringC;
region: StringC;
registrationMethods: ArrayC<StringC>;
transientBucket: StringC;
}>, PartialC<{
refreshTokenLifetime: NumberC;
}>]> = ...