[**minigame-std**](../../../README.md)

***

[minigame-std](../../../README.md) / [platform](../README.md) / TargetType

# Type Alias: TargetType

```ts
type TargetType = "minigame" | "web";
```

平台类型，Web 或者小游戏。

## Defined in

[src/std/platform/target.ts:6](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/platform/target.ts#L6)
