Type Alias ProjectResponse
ProjectResponse: { createdAt: string; deletedAt?: string; details: ProjectDetails; foundationId: string; parentFolderId: string; projectId: string; stackSpotAccountId: string; status: "READY" | "PENDING" | "ERROR"; updatedAt: string;} Type declaration
createdAt: string
OptionaldeletedAt?: string
foundationId: string
parentFolderId: string
projectId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
updatedAt: string