type IDataFunction = (max: number, lastPageToken: string, args?: any) => Promise<{ items: Array<any>, pageToken: string }>;
import {IDataFunction} from 'uxp/components';
Last updated 12 months ago