Type Alias TransitGatewayResponse
TransitGatewayResponse: { createdAt: string; deletedAt?: string; details: TransitGatewayDetails; foundationId: string; projectId: string; stackSpotAccountId: string; status: "READY" | "PENDING" | "ERROR"; transitGatewayId: string; updatedAt: string;} Type declaration
createdAt: string
OptionaldeletedAt?: string
foundationId: string
projectId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
transitGatewayId: string
updatedAt: string