class ServiceBase { field: T; } class Service extends ServiceBase { } namespace Service { export const Base = { name: "1", value: 5 }; }