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

Type declaration

  • createdAt: string
  • OptionaldeletedAt?: string
  • details: FoundationDetails
  • foundationId: string
  • stackSpotAccountId: string
  • status: "READY" | "PENDING" | "ERROR"
  • updatedAt: string