Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfarland committed Aug 7, 2024
1 parent 8be6e89 commit b79936a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ mole.config('src/mole.config.js')

### Types

- **`Output`**

```ts
type Output {
name: {
file: string
model?: string,
template?: string
}
}
```

- **`Config`**

```ts
Expand All @@ -94,6 +82,18 @@ mole.config('src/mole.config.js')
}
```

- **`Output`**

```ts
type Output {
name: {
file: string
model?: string[],
template?: string[]
}
}
```

- **`ModelCallback`**

```ts
Expand Down

0 comments on commit b79936a

Please sign in to comment.