feat: use tag @validatable to mark schema types

This commit is contained in:
Karl-Philipp Wulfert
2019-01-08 14:46:13 +01:00
parent 75ceeb4500
commit 7f248eea13
42 changed files with 92 additions and 7 deletions

View File

@@ -12,12 +12,13 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { SCAppConfiguration } from '../types/config/App';
import { SCBackendConfiguration, SCBackendInternalConfiguration } from '../types/config/Backend';
import { SCLicensePlate } from '../types/namespaces';
import {SCAppConfiguration} from '../types/config/App';
import {SCBackendConfiguration, SCBackendInternalConfiguration} from '../types/config/Backend';
import {SCLicensePlate} from '../types/namespaces';
/**
* A configuration file that configures app and backend
* @validatable
*/
export interface SCConfigFile {