feat: add client config validation
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export { validateYonexusClientConfig, YonexusClientConfigError } from "./core/config.js";
|
||||
export type { YonexusClientConfig } from "./core/config.js";
|
||||
|
||||
export interface YonexusClientPluginManifest {
|
||||
readonly name: "Yonexus.Client";
|
||||
readonly version: string;
|
||||
|
||||
Reference in New Issue
Block a user