mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): establish 3.0 incubation baseline
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface LocalApiResponse {
|
||||
readonly statusCode: number;
|
||||
readonly body: Readonly<Record<string, unknown>>;
|
||||
}
|
||||
Reference in New Issue
Block a user