fix(all): Renaming branch to main.

This commit is contained in:
rodrigorodriguez 2023-01-01 14:53:25 -03:00
parent f12ba0f96f
commit 66757ed4cc

View file

@ -30,14 +30,13 @@
| | | |
\*****************************************************************************/ \*****************************************************************************/
'use strict';
import { IGBCoreService } from './IGBCoreService' import { IGBCoreService } from './IGBCoreService'
import { Sequelize } from 'sequelize-typescript' import { Sequelize } from 'sequelize-typescript'
import { GBMinInstance } from '.' import { GBMinInstance } from '.'
import { GBDialogStep } from './GBDialogStep'; import { GBDialogStep } from './GBDialogStep';
// TODO: Include "use strict" in all files.
export interface IGBPackage{ export interface IGBPackage{
/** /**