@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
11 lines (9 loc) • 322 B
JavaScript
import { Type } from "@sinclair/typebox";
//#region src/shared/datasources/external/tiktok/video/options.ts
const tiktokVideoOptions = Type.Object({
maxCount: Type.Optional(Type.Number()),
refreshInterval: Type.Optional(Type.Number())
});
//#endregion
export { tiktokVideoOptions };
//# sourceMappingURL=options.js.map