UNPKG

appwrite-utils

Version:

`appwrite-utils` is a comprehensive TypeScript library designed to streamline the development process for Appwrite projects. Version 1.0.0 aligns with the YAML-first architecture of `appwrite-utils-cli`, providing enhanced integration capabilities and rob

5 lines (4 loc) 198 B
import { type Attribute } from "../schemas/attribute.js"; export declare const parseAttribute: (attribute: Attribute & { default?: undefined | null | string | number | boolean; }) => Attribute;