UNPKG

@tableau/taco-toolkit

Version:
10 lines (9 loc) 238 B
/** * The full static server infos. * It should be used when all optional properties are settled. */ export type StaticServerOptions = { staticServerId: string; staticServerPort: number; staticServerRoutePrefix: string; };