Files
2026-07-12 15:11:38 +02:00

15 lines
474 B
JavaScript

/*
* 1DS JS SDK POST plugin, 4.3.11
* Copyright (c) Microsoft and contributors. All rights reserved.
* (Microsoft Internal Only)
*/
/**
* @name Index.ts
* @author Abhilash Panwar (abpanwar)
* @copyright Microsoft 2018
* File to export public classes.
*/
import { BE_PROFILE, NRT_PROFILE, RT_PROFILE } from "./DataModels";
import { PostChannel } from "./PostChannel";
export { PostChannel, BE_PROFILE, NRT_PROFILE, RT_PROFILE };
//# sourceMappingURL=Index.js.map