Member Junction
    Preparing search index...

    Variable MJCommunicationBaseMessageTypeSchemaConst

    MJCommunicationBaseMessageTypeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ID: ZodString;
            MaxBytes: ZodNullable<ZodNumber>;
            SupportsAttachments: ZodBoolean;
            SupportsHtml: ZodBoolean;
            SupportsSubjectLine: ZodBoolean;
            Type: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ID?: string;
            MaxBytes?: number;
            SupportsAttachments?: boolean;
            SupportsHtml?: boolean;
            SupportsSubjectLine?: boolean;
            Type?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ID?: string;
            MaxBytes?: number;
            SupportsAttachments?: boolean;
            SupportsHtml?: boolean;
            SupportsSubjectLine?: boolean;
            Type?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Communication Base Message Types