Type Alias FolderResponse
FolderResponse: { createdAt: string; deletedAt?: string; details: FolderDetails; folderId: string; foundationId: string; parentFolderId: string; stackSpotAccountId: string; status: "READY" | "PENDING" | "ERROR"; updatedAt: string;} Type declaration
createdAt: string
OptionaldeletedAt?: string
folderId: string
foundationId: string
parentFolderId: string
stackSpotAccountId: string
status: "READY" | "PENDING" | "ERROR"
updatedAt: string