@scalar/types
Version:
Types to work with Scalar packages
18 lines (17 loc) • 468 B
JavaScript
import {
apiClientConfigurationSchema,
apiReferenceConfigurationSchema,
specConfigurationSchema,
isConfigurationWithSources
} from "./api-reference-configuration.js";
import {
htmlRenderingConfigurationSchema
} from "./html-rendering-configuration.js";
export {
apiClientConfigurationSchema,
apiReferenceConfigurationSchema,
htmlRenderingConfigurationSchema,
isConfigurationWithSources,
specConfigurationSchema
};
//# sourceMappingURL=index.js.map