import { articleType } from 'fullfiller-common/src/types';

/** which resources to include in the return object */
export type includeType = Array<keyof articleType>;
