studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
5 lines (4 loc) • 486 B
TypeScript
export declare const notificationOptions: readonly ["account_updated", "page_updated", "page_deleted", "new_page", "folder_updated", "folder_deleted", "new_folder", "user_updated", "user_deleted", "new_user"];
export type UserNotificationOptions = (typeof notificationOptions)[number];
export declare function getEnabledNotificationCheckboxes(formData: FormData): UserNotificationOptions[];
export declare function formatNotificationOptions(options: UserNotificationOptions[]): string;