@openkaiden/workspace-configuration
v0.14.0
Published
TypeScript type for the Kaiden Workspace Configuration
Downloads
3,199
Readme
Kaiden Workspace Configuration Type
TypeScript type definitions for the Kaiden Workspace Configuration.
Installation
npm install @openkaiden/workspace-configurationOr with your preferred package manager:
# pnpm
pnpm add @openkaiden/workspace-configuration
# yarn
yarn add @openkaiden/workspace-configuration
# bun
bun add @openkaiden/workspace-configurationUsage
import type { components } from '@openkaiden/workspace-configuration';
type WorkspaceConfiguration = components['schemas']['WorkspaceConfiguration'];License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
