Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Models.AlgoScryptModified

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
type alias Models.AlgoScryptModified
import { type Models } from "https://deno.land/x/appwrite@6.2.0/mod.ts";
const { AlgoScryptModified } = Models;

AlgoScryptModified

definition: { type: string; salt: string; saltSeparator: string; signerKey: string; }