Type Alias Notification

type Notification = {
    action?: string;
    body: string;
    createdAt: string;
    id: string;
    meta: unknown;
    read: boolean;
    resourceId?: string;
    resourceType?: string;
    spaceId?: string;
    spaceType?: string;
    subResourceType?: string;
    tenantId?: string;
    updatedAt: string;
    userId: string;
}
Index

Properties

action?: string
body: string
createdAt: string
id: string
meta: unknown
read: boolean
resourceId?: string
resourceType?: string
spaceId?: string
spaceType?: string
subResourceType?: string
tenantId?: string
updatedAt: string
userId: string