Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/src/models.d.ts>Models.AlgoScrypt

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.AlgoScrypt
import { type Models } from "https://deno.land/x/appwrite@12.1.0/src/models.d.ts";
const { AlgoScrypt } = Models;

AlgoScrypt

definition: { type: string; costCpu: number; costMemory: number; costParallel: number; length: number; }