mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
11 lines
388 B
TypeScript
11 lines
388 B
TypeScript
/**
|
|
* Client-namespace projection of the permission domain: a pure re-export of
|
|
* the package's types outlet. Client code imports ONLY the client namespace
|
|
* (repo discipline), so `./client` projects the same single-source content
|
|
* `./types` serves to host consumers — zero duplication.
|
|
*
|
|
* @module @deepseek-ai/dsh-permission-presets/client
|
|
*/
|
|
|
|
export type * from './types.ts'
|