mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-10 08:23:16 +00:00
feat: use tag @validatable to mark schema types
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user