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