import { OperationFields } from './typeOptions'; export declare type SelectNotificationReturnType = { [P in keyof S]: P extends keyof NotificationReturnType ? NotificationReturnType[P] : NotificationReturnType; }; export interface NotificationFields extends OperationFields { text?: boolean; } export interface NotificationReturnType { text: string | null; } export declare type NotificationTargetType = 'Project' | 'Post'; //# sourceMappingURL=notification.d.ts.map