/** * Base Interface for all State objects */ export interface ConfigState { }