---
name: webiny-api-build-params-catalog
context: webiny-api
description: >
  api/build-params — 2 abstractions.
---

# api/build-params

## How to Use

1. Find the abstraction you need below
2. You MUST read the source file to get the exact interface and types!
3. Import: `import { Name } from "<importPath>";`
4. See `webiny-use-case-pattern` or `webiny-event-handler-pattern` skills for implementation patterns

## Abstractions

---
**Name:** `BuildParam`
**Import:** `import { BuildParam } from "webiny/api/build-params"`
**Source:** `@webiny/api-core/features/buildParams/index.ts`
**Description:** A single build-time configuration parameter.

---
**Name:** `BuildParams`
**Import:** `import { BuildParams } from "webiny/api/build-params"`
**Source:** `@webiny/api-core/features/buildParams/index.ts`
**Description:** Access build-time configuration parameters.

---
