export interface DtoOptions {
    create?: any;
    update?: any;
    replace?: any;
}
