mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-14 09:49:12 +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;
|
|
}
|