2023-06-14 14:40:24 +02:00
|
|
|
/**
|
|
|
|
* Generated by Orval
|
|
|
|
* Do not edit manually.
|
|
|
|
* See `gen:api` script in package.json
|
|
|
|
*/
|
|
|
|
|
2023-07-20 12:59:55 +02:00
|
|
|
export type CreateApiTokenSchemaOneOfAllOfTwo = {
|
|
|
|
/** The name of the token. */
|
2023-06-14 14:40:24 +02:00
|
|
|
tokenName: string;
|
|
|
|
};
|