Skip to content

Type Alias: DeploymentState

ts
type DeploymentState = Omit<DeploymentRaw, "updated_at" | "created_at"> & object;

Type Declaration

NameType
created_atDate
updated_atDate