@n1k1t/mock-server
Version:
The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations
51 lines • 1.45 kB
TypeScript
declare const _default: import("../models").Endpoint<{
locations: {
http: {
readonly method: "GET";
readonly path: "/config";
};
io: {
readonly path: "config:get";
};
};
incoming: {
query?: unknown;
data?: unknown;
};
outgoing: import("../models").IEndpointResponse<Pick<{
readonly database: {
readonly systemKeyPrefix: "system:56cfe066-dffe-4b68-b8b7-18f9e8890bfe";
};
readonly statics: {
readonly public: {
readonly dir: string;
};
};
readonly routes: {
readonly system: {
readonly root: "/_system";
readonly gui: "/gui";
};
};
readonly history: {
readonly limit: number;
readonly persistence: {
readonly isEnabled: boolean;
readonly key: string;
readonly ttl: number;
};
};
readonly containers: {
readonly persistence: {
readonly isEnabled: boolean;
readonly key: string;
readonly ttl: number;
};
};
readonly logger: {
readonly level: import("../..").TLoggerLevel;
};
}, "history">>;
}>;
export default _default;
//# sourceMappingURL=config.get.endpoint.d.ts.map