@cpod/sdk - v0.2.7
    Preparing search index...

    Interface GetNotificationsResponse

    interface GetNotificationsResponse {
        data: Notification[];
        page: number;
        size: number;
        total_items: number;
        total_pages: number;
        has_next: boolean;
        has_previous?: boolean;
        follow_up_questions?: string[];
    }
    Index

    Properties

    data: Notification[]
    page: number
    size: number
    total_items: number
    total_pages: number
    has_next: boolean
    has_previous?: boolean
    follow_up_questions?: string[]