UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

7 lines (6 loc) 100 B
export type APIResult = { userId: number; id: number; title: string; completed: boolean; };