Type Alias SubnetResponse
SubnetResponse: { createdAt: string; deletedAt?: string; details: SubnetDetails; foundationId: string; networkId: string; projectId: string; stackSpotAccountId: string; status: "READY" | "PENDING" | "ERROR"; subnetId: string; updatedAt: string;} Type declaration
createdAt: string
OptionaldeletedAt?: string
foundationId: string
networkId: string
projectId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
subnetId: string
updatedAt: string