import type { InfrastructureCreateRequest } from '../schemas/InfrastructureCreateRequest'; export type InfrastructureCreateRequestRequestBody = InfrastructureCreateRequest;