import { Functions } from "https://deno.land/x/appwrite@6.0.0/mod.ts";
Create Function
Create a new function. You can pass a list of permissions to allow different project users or team with access to execute the function using the client API.
Returns
Promise<Models.Function>