Skills Development Webiny Extensions Abstractions Catalog

Webiny Extensions Abstractions Catalog

v20260424
webiny-extensions-catalog
This module provides essential architectural abstractions for structuring complex applications using the Webiny framework. It defines core types for various system components, including Admin panels, APIs, Command Line Interfaces (CLI), Infrastructure management, and Project logic. Developers must utilize these imported abstractions to ensure strict type safety and clear separation of concerns in their code.
Get Skill
273 downloads
Overview

extensions

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>";

Abstractions


Name: Admin Import: import { Admin } from "webiny/extensions" Source: @webiny/project-aws/admin.ts


Name: Api Import: import { Api } from "webiny/extensions" Source: @webiny/project-aws/api.ts


Name: Cli Import: import { Cli } from "webiny/extensions" Source: @webiny/project-aws/cli.ts


Name: Infra Import: import { Infra } from "webiny/extensions" Source: @webiny/project-aws/infra.ts


Name: Project Import: import { Project } from "webiny/extensions" Source: @webiny/project-aws/project.ts


Info
Category Development
Name webiny-extensions-catalog
Version v20260424
Size 929B
Updated At 2026-04-28
Language