/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ export type CreateApiTokenSchemaOneOfFourAllOfTwo = { /** * The name of the token. This property is deprecated. Use `tokenName` instead. * @deprecated */ username: string; };