export type SecureTokenState = { userAuthJwtToken?: string; pcmAuthJwtToken?: string; };