Member Junction
    Preparing search index...

    Variable MJEncryptionAlgorithmSchemaConst

    MJEncryptionAlgorithmSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            IsAEAD: ZodBoolean;
            IVLengthBytes: ZodNumber;
            KeyLengthBits: ZodNumber;
            Name: ZodString;
            NodeCryptoName: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            IsActive?: boolean;
            IsAEAD?: boolean;
            IVLengthBytes?: number;
            KeyLengthBits?: number;
            Name?: string;
            NodeCryptoName?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Description?: string;
            ID?: string;
            IsActive?: boolean;
            IsAEAD?: boolean;
            IVLengthBytes?: number;
            KeyLengthBits?: number;
            Name?: string;
            NodeCryptoName?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Encryption Algorithms