import { CommonArgs } from './common.args'; export interface CreateArgs extends CommonArgs { data: any; }