@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
12 lines (11 loc) • 506 B
TypeScript
import * as _sinclair_typebox7638 from "@sinclair/typebox";
import { Static } from "@sinclair/typebox";
//#region src/shared/datarecords/external/notion/oauth/config.d.ts
declare const notionOAuthTokenSchema: _sinclair_typebox7638.TObject<{
access_token: _sinclair_typebox7638.TString;
refresh_token: _sinclair_typebox7638.TString;
}>;
type NotionOAuthToken = Static<typeof notionOAuthTokenSchema>;
//#endregion
export { NotionOAuthToken, notionOAuthTokenSchema };
//# sourceMappingURL=config.d.ts.map