index.ts
1 export { type IBaseProfile } from './IBaseProfile'; 2 export { type IInternalProfile, isInternalProfile } from './IInternalProfile'; 3 export { type IProfile, isIProfile, IProfileSymbol } from './IProfile'; 4 export { type IRemoteProfile, isRemoteProfile } from './IRemoteProfile';