import { GetCommonArgs } from './get-common.args';
export interface ItemArgs extends GetCommonArgs {
    id: string;
}
