UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

8 lines (7 loc) 227 B
import type { EffectStepFn } from '../../../utils/types.js'; export declare enum UserFieldOption { password = "password", username = "username", name = "name" } export declare const libsqlModifyUsers: EffectStepFn;