deleted notifs components
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
/**
|
||||
* PyroFetes
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { GetDeliveryNoteDto } from './get-delivery-note-dto';
|
||||
import {GetDeliveryNoteDto} from './get-delivery-note-dto';
|
||||
|
||||
|
||||
export interface GetDelivererDto {
|
||||
export interface GetDelivererDto {
|
||||
id?: number;
|
||||
transporter?: string | null;
|
||||
deliveryNotes?: Array<GetDeliveryNoteDto> | null;
|
||||
|
||||
Reference in New Issue
Block a user