Type Alias BuildWorldNotificationOptions

BuildWorldNotificationOptions: {
    actorPlayerId: string;
    createdAt: string;
    description: string;
    id: string;
    kind: WorldNotificationKind;
    messageRequestId?: string;
    metadata?: Record<string, unknown>;
    targetPlayerId?: string;
    title: string;
}