UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

8 lines (6 loc) 260 B
import { Type } from "@sinclair/typebox"; //#region src/shared/datasources/external/mastodon/options.ts const mastodonCommonOptions = Type.Object({ username: Type.String() }); //#endregion export { mastodonCommonOptions }; //# sourceMappingURL=options.js.map