import { QueryOptionsBase } from './QueryOptionsBase';
export interface GetListItemOptions extends QueryOptionsBase {
    listName?: string;
    listId?: string;
}
