ActionParamSchema: ZodObject<{
    Action: ZodString;
    ActionID: ZodString;
    DefaultValue: ZodNullable<ZodString>;
    Description: ZodNullable<ZodString>;
    ID: ZodString;
    IsArray: ZodBoolean;
    IsRequired: ZodBoolean;
    Name: ZodString;
    Type: ZodUnion<[ZodLiteral<"Both">, ZodLiteral<"Input">, ZodLiteral<"Output">]>;
    ValueType: ZodUnion<[ZodLiteral<"BaseEntity Sub-Class">, ZodLiteral<"BaseEntity Sub-Class">, ZodLiteral<"Other">, ZodLiteral<"Other">, ZodLiteral<"Scalar">, ZodLiteral<"Scalar">, ZodLiteral<"Simple Object">, ZodLiteral<"Simple Object">]>;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    Action?: string;
    ActionID?: string;
    DefaultValue?: string;
    Description?: string;
    ID?: string;
    IsArray?: boolean;
    IsRequired?: boolean;
    Name?: string;
    Type?: "Both" | "Input" | "Output";
    ValueType?: "BaseEntity Sub-Class" | "Other" | "Scalar" | "Simple Object";
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    Action?: string;
    ActionID?: string;
    DefaultValue?: string;
    Description?: string;
    ID?: string;
    IsArray?: boolean;
    IsRequired?: boolean;
    Name?: string;
    Type?: "Both" | "Input" | "Output";
    ValueType?: "BaseEntity Sub-Class" | "Other" | "Scalar" | "Simple Object";
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Action Params

Type declaration

  • Action: ZodString
  • ActionID: ZodString
  • DefaultValue: ZodNullable<ZodString>
  • Description: ZodNullable<ZodString>
  • ID: ZodString
  • IsArray: ZodBoolean
  • IsRequired: ZodBoolean
  • Name: ZodString
  • Type: ZodUnion<[ZodLiteral<"Both">, ZodLiteral<"Input">, ZodLiteral<"Output">]>
  • ValueType: ZodUnion<[ZodLiteral<"BaseEntity Sub-Class">, ZodLiteral<"BaseEntity Sub-Class">, ZodLiteral<"Other">, ZodLiteral<"Other">, ZodLiteral<"Scalar">, ZodLiteral<"Scalar">, ZodLiteral<"Simple Object">, ZodLiteral<"Simple Object">]>
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional Action?: string
  • Optional ActionID?: string
  • Optional DefaultValue?: string
  • Optional Description?: string
  • Optional ID?: string
  • Optional IsArray?: boolean
  • Optional IsRequired?: boolean
  • Optional Name?: string
  • Optional Type?: "Both" | "Input" | "Output"
  • Optional ValueType?: "BaseEntity Sub-Class" | "Other" | "Scalar" | "Simple Object"
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional Action?: string
  • Optional ActionID?: string
  • Optional DefaultValue?: string
  • Optional Description?: string
  • Optional ID?: string
  • Optional IsArray?: boolean
  • Optional IsRequired?: boolean
  • Optional Name?: string
  • Optional Type?: "Both" | "Input" | "Output"
  • Optional ValueType?: "BaseEntity Sub-Class" | "Other" | "Scalar" | "Simple Object"
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date