@osynicite/osynic-osuapi
    Preparing search index...

    Interface Notification

    interface Notification {
        created_at: string;
        details: DetailsInNotification;
        id: number;
        is_read: boolean;
        name: string;
        object_id: number;
        object_type: string;
        source_user_id: number;
    }
    Index

    Properties

    created_at: string
    id: number
    is_read: boolean
    name: string
    object_id: number
    object_type: string
    source_user_id: number