Options
All
  • Public
  • Public/Protected
  • All
Menu

Module build/output/store

Index

Type aliases

Variables

Type aliases

OutputState

OutputState: { appUrl: string | null; bindAddr: string | null; bootstrap: true } | ({ appUrl: string | null; bindAddr: string | null; bootstrap: false } & { loading: true } | { errors: string[] | null; loading: false; typeChecking: boolean; warnings: string[] | null })

Variables

Const store

store: Store

Generated using TypeDoc