think/packages/domains/lib/api/system.d.ts

8 lines
151 B
TypeScript
Raw Normal View History

2022-06-30 06:20:38 +00:00
export declare const SystemApiDefinition: {
getPublicConfig: {
method: "get";
server: "/";
client: () => string;
};
};