Skip to content

Home > @theweave/api > FrameNotification

FrameNotification type

Signature:

typescript
export type FrameNotification = {
    title: string;
    body: string;
    notification_type: string;
    icon_src: string | undefined;
    urgency: 'low' | 'medium' | 'high';
    timestamp: number;
    aboutWal?: WAL;
    fromAgent?: AgentPubKey;
    forAgents?: AgentPubKey[];
};

References: WAL