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