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

***

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

# Type Alias: TargetType

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

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

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