8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
export declare const SystemApiDefinition: {
|
|
getPublicConfig: {
|
|
method: "get";
|
|
server: "/";
|
|
client: () => string;
|
|
};
|
|
};
|