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