Property 'strict' is missing in type 'Schema<string, string, never>' but required in type '{ readonly strict: false; }'.
Property 'strict' is missing in type 'Schema<string, string, never>' but required in type '{ readonly strict: false; }'.
I do not understand this error. Once s1 has completed decoding, it should be a string right? Then Schema.StringFromBase64 takes in a base64 String and decodes it.
My plan is to parse a base64 encoded Bearer AuthToken