/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * name: "name" * } */ export interface CreatePersonalAccessTokenRequest { /** The name of this access token */ name: string; }