MCPcopy
hub / github.com/immich-app/immich / workflow.dto.ts

File workflow.dto.ts

server/src/dtos/workflow.dto.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { WorkflowStepConfig, WorkflowTrigger } from '@immich/plugin-sdk';
2import { createZodDto } from 'nestjs-zod';
3import { WorkflowTriggerSchema, WorkflowTypeSchema } from 'src/enum';
4import z from 'zod';

Callers

nothing calls this directly

Calls 1

metaMethod · 0.80

Tested by

no test coverage detected