Files
2026-07-13 12:32:02 +08:00

8 lines
151 B
TypeScript

export declare const SystemApiDefinition: {
getPublicConfig: {
method: "get";
server: "/";
client: () => string;
};
};