Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
enum ItemAddedResult
import { ItemAddedResult } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";

Members

INCOMPATIBLE_ITEM = 4
NO_CONTAINERS = 3
NO_SPACE = 2
SUCCESS = 1
UNKNOWN