import { OAuthTokenResponse } from '../../index.js'; export type IssueSuperblocksTokenResponseBody = OAuthTokenResponse & { access_token: string; token_type: string; };