7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.IAuthConfig = void 0;
|
|
class IAuthConfig {
|
|
}
|
|
exports.IAuthConfig = IAuthConfig;
|
|
//# sourceMappingURL=i-auth-config.js.map
|