mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-08 09:28:05 +08:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
interface Inputs {
|
|
http_status_code: number;
|
|
http_status_description: string;
|
|
error_code?: string;
|
|
now_id: string;
|
|
}
|