Breeze automatically provides a Typescript file with all dummy functions, this can help you develop breeze scripts quicker when using a IDE like VSCodearrow-up-right.
To use the DummyAPI you can add this line in your script file.
import { } from '../breeze_defs';
Last updated 2 years ago