UNPKG

@deliverr/serverless-offline-step-functions

Version:

Serverless Offline Plugin to Support Step Functions for Local Development

9 lines (8 loc) 242 B
export declare class StateMachineContext { private readonly _id; private readonly _name; constructor(_id: string, _name: string); static create(id: string): StateMachineContext; get Name(): string; get Id(): string; }