pl-api: add missing categories
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -8,6 +8,9 @@ enum GroupRoles {
|
||||
USER = 'user'
|
||||
}
|
||||
|
||||
/**
|
||||
* @category Entity types
|
||||
*/
|
||||
type GroupRole =`${GroupRoles}`;
|
||||
|
||||
/**
|
||||
|
||||
@ -149,6 +149,9 @@ const groupedNotificationsResultsSchema = v.object({
|
||||
notification_groups: filteredArray(notificationGroupSchema),
|
||||
});
|
||||
|
||||
/**
|
||||
* @category Entity types
|
||||
*/
|
||||
type GroupedNotificationsResults = v.InferOutput<typeof groupedNotificationsResultsSchema>;
|
||||
|
||||
export { notificationGroupSchema, groupedNotificationsResultsSchema, type NotificationGroup, type GroupedNotificationsResults };
|
||||
|
||||
Reference in New Issue
Block a user