mirror of https://github.com/fantasticit/think.git
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
|
export declare const SystemApiDefinition: {
|
||
|
getPublicConfig: {
|
||
|
method: "get";
|
||
|
server: "/";
|
||
|
client: () => string;
|
||
|
};
|
||
|
};
|