Files
Knots-Front/src/app/services/api/model/knots-dto-key-create-key-dto.ts
T
2026-05-05 10:58:22 +02:00

16 lines
265 B
TypeScript

/**
* Knots
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface KnotsDTOKeyCreateKeyDto {
enKey?: string | null;
}