@devprofiles/types
v1.0.2
Published
Shared TypeScript definitions for the Developer Profile Kit monorepo. This package contains the core interfaces and types for platform profiles, ensuring type-safety across all adapters.
Downloads
408
Maintainers
Readme
@devprofiles/types
Shared TypeScript definitions for the Developer Profile Kit monorepo. This package contains the core interfaces and types for platform profiles, ensuring type-safety across all adapters.
Installation
npm install @devprofiles/typesUsage
You generally do not need to use this directly unless you are building a custom adapter or integrating closely with the raw output of @devprofiles/core.
import { PlatformProfile, DeveloperProfile, Analytics } from '@devprofiles/types';License
MIT
