Member Junction
    Preparing search index...

    Variable MJActionResultCodeSchemaConst

    MJActionResultCodeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Action: ZodString;
            ActionID: ZodString;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            IsSuccess: ZodBoolean;
            ResultCode: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Action?: string;
            ActionID?: string;
            Description?: string;
            ID?: string;
            IsSuccess?: boolean;
            ResultCode?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Action?: string;
            ActionID?: string;
            Description?: string;
            ID?: string;
            IsSuccess?: boolean;
            ResultCode?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Action Result Codes