Skip to content

Commit

Permalink
fix(api): import
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge committed Nov 6, 2024
1 parent c0b5b5c commit b37de00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EnvironmentWithUserObjectCommand } from '@novu/application-generic';
import { GeneratePreviewRequestDto } from '@novu/shared/dist/cjs/dto/workflows/generate-preview-request.dto';
import { GeneratePreviewRequestDto } from '@novu/shared';

export class GeneratePreviewCommand extends EnvironmentWithUserObjectCommand {
workflowId: string;
Expand Down

0 comments on commit b37de00

Please sign in to comment.