import { CommonArgs } from './common.args';
export interface GetCommonArgs extends CommonArgs {
    fields?: string[];
}
