/** * Model: FlowStartingPoint * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * A flow starting point used when launching a prototype to enter Presentation view. */ export interface FlowStartingPoint { /** Unique identifier specifying the frame. */ nodeId: string; /** Name of flow. */ name: string; } //# sourceMappingURL=flow-starting-point.d.ts.map