Directus / @directus/sdk / rest / UpdateNotificationOutput
Type Alias: UpdateNotificationOutput<Schema, TQuery, Item> ​
UpdateNotificationOutput<
Schema,TQuery,Item>:ApplyQueryFields<Schema,Item,TQuery["fields"]>
Defined in: rest/commands/update/notifications.ts:6
Type Parameters ​
• Schema
• TQuery extends Query<Schema, Item>
• Item extends object = DirectusNotification<Schema>