import { ErrorCode } from "./ErrorCode"; export interface CreateEffectResponseData { id: string; result: ErrorCode; }