dotup-ts-node-skills-game
Version:
Develop alexa typescript games
14 lines (12 loc) • 489 B
TypeScript
// import { IGameRequirements } from '../dist/Interfaces/IGameRequirements';
// import { IRollcallModel } from '../dist/Rollcall/IRollcallModel';
// declare module 'dotup-ts-node-skills/dist/Interfaces/ISessionAttributes' {
// interface ISessionAttributes {
// rollcall: IRollcallModel;
// }
// }
// declare module 'dotup-ts-node-skills/dist/Interfaces/IRequestAttributes' {
// interface IRequestAttributes {
// gameRequirements: IGameRequirements;
// }
// }