export const state : STATE = { name : 'ksc-fe' } export interface STATE { name : string , company?: string } export default state