1.0.5 • Published 6 months ago

npm-package-type v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

npm-package-types

A TypeScript package providing type definitions for job-related data structures.

Installation

npm install npm-package-type

Available Types

The package exports the following TypeScript interfaces:

  • IJobTotalRate - Rate information including value and currency
  • IAddress - Detailed address structure
  • ISkills - Basic skills information
  • DresscodeId - Dresscode information with ranking
  • IHourlyRateInMoney - Hourly rate with currency information
  • ISkill - Detailed skill information with ratings
  • IJob - Comprehensive job information
  • ILabel - Label/tag information
  • IClaimableRateInMoney - Claimable rate information
  • IContractor - Detailed contractor information
  • ISkillsRating - Skills rating structure

Usage

import { IJob, IContractor, ISkillsRating } from 'npm-package-type';

// Example using IJob interface
const job: IJob = {
  id: "123",
  title: "Software Developer",
  status: "active",
  // ... other required properties
};

CommonJS Usage

const { IJob } = require('npm-package-type');

License

MIT

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago