/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * token: "pat_VERY_LONG_TOKEN_STRING", * personalAccessToken: { * id: "us_pat_YOUR_ID", * name: "My API Token", * createdAt: "2023-07-21T17:32:28Z", * lastUsedAt: "2023-07-22T10:15:42Z" * } * } * } */ export interface CreatePersonalAccessTokenResponse { data: Flatfile.CreatePersonalAccessTokenResponseData; }