UNPKG

96 BJavaScriptView Raw
1// @flow
2
3export type MyType = {
4 flag: boolean,
5};
6
7export type InlineType = { foo: string };