@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
11 lines (9 loc) • 300 B
JavaScript
import { Type } from "@sinclair/typebox";
//#region src/shared/datarecords/external/notion/oauth/config.ts
const notionOAuthTokenSchema = Type.Object({
access_token: Type.String(),
refresh_token: Type.String()
});
//#endregion
export { notionOAuthTokenSchema };
//# sourceMappingURL=config.js.map