Type alias GetCurrentUserThreadsResponse

GetCurrentUserThreadsResponse: {
    shared_folder_ids: string[];
    thread: {
        id: string;
        thread_class: string;
        title?: string;
        updated_usec: number;
    };
    user_ids: string[];
}[]

Generated using TypeDoc