@stephansama/types-lhci
types for lhci configuration
Table of contents
Section titled “Table of contents”Open Table of contents
Installation
Section titled “Installation”pnpm install @stephansama/types-lhciimport { lhciSchema, type LhciSchema } from "@stephansama/types-lhci";
const config = { ci: { upload: { githubAppToken: process.env.GITHUB_APP_TOKEN, serverBaseUrl: "https://lhci.example.com", target: "lhci", token: "project-token", }, },} satisfies LhciSchema;you can also verify the config object later
lhciSchema.parse(config);Type Aliases
Section titled “Type Aliases”| Type Alias | Description |
|---|---|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
Variables
Section titled “Variables”| Variable | Description |
|---|---|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |
|
|
‐ |