Record
page-build
No description available.
record page-build {
commit: string,
created-at: string,
duration: s32,
error: page-build-error,
pusher: nullable-simple-user,
status: string,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| commit | string | |
| created-at | string | |
| duration | s32 | |
| error | page-build-error | |
| pusher | nullable-simple-user | |
| status | string | |
| updated-at | string | |
| url | string |