Type Alias FoundationResponse
FoundationResponse: { createdAt: string; deletedAt?: string; details: FoundationDetails; foundationId: string; stackSpotAccountId: string; status: "READY" | "PENDING" | "ERROR"; updatedAt: string;} Type declaration
createdAt: string
OptionaldeletedAt?: string
foundationId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
updatedAt: string