Type Alias PkgBundleVerUninstallReqQueryRecord
PkgBundleVerUninstallReqQueryRecord: { CreatedById: string; CreatedDate: string; Error?: string[]; Id: string; InstalledPkgBundleVersionId?: string; PackageBundleVersionId: string; UninstallStatus: PkgBundleVersionUninstallReqStatus; ValidationError?: string; } & Schema