interface ISmsCredentials { token: string; sessionId: string; } export default ISmsCredentials;