UNPKG

appwrite-utils

Version:
3 lines (2 loc) 146 B
import { type Attribute } from "../schemas/attribute.js"; export declare const parseAttribute: (attribute: Record<string, unknown>) => Attribute;