Enforce task limits and update event form
This commit is contained in:
@@ -32,8 +32,10 @@ export type EventLimitSummary = {
|
||||
photos: LimitUsageSummary;
|
||||
guests: LimitUsageSummary;
|
||||
gallery: GallerySummary;
|
||||
tasks?: LimitUsageSummary;
|
||||
can_upload_photos: boolean;
|
||||
can_add_guests: boolean;
|
||||
can_add_tasks?: boolean | null;
|
||||
} | null | undefined;
|
||||
|
||||
type TranslateFn = (key: string, options?: Record<string, unknown>) => string;
|
||||
|
||||
Reference in New Issue
Block a user