UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

6 lines (5 loc) 213 B
import { type UserCount } from '../../utils/fetch-user-count/fetch-user-count.js'; /** * Ensure that user limits are not reached */ export declare function checkUserLimits(userCounts: UserCount): Promise<void>;