import type { ActionId } from './ActionId'; import type { PackageId } from './PackageId'; export type GetActionInputParams = { packageId?: PackageId; actionId: ActionId; prefill: Record | null; };