Skip to main content
Version: 8.9

Type Alias: createDeploymentInput

type createDeploymentInput = Omit<createDeploymentBody, "resources"> & object;

Type Declaration

resources

resources: File[];