Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Jul 10, 2024
1 parent adf44e2 commit 9e3eff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/zh/plugins/dev/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ const myPlugin = () => ({

- **类型:**

```ts
type ArrayAtLeastOne<A, B> = [A, ...Array<A | B>] | [...Array<A | B>, A];

```ts
type ModifyEnvironmentConfigUtils = {
/** 当前 environment 名称 */
name: string;
Expand Down

0 comments on commit 9e3eff4

Please sign in to comment.