const enum IpcChannels { Credentials = 'CREDENTIALS', Pong = 'PONG', } interface ICredentials { name: string; password: string; }