Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable SecretMountType
import { SecretMountType } from "https://deno.land/x/pterodactyl@v0.4.0/pterodactyl.js";

type

{ ANY: number; ENV_VAR: number; FILE: number; }