import { Strategy } from '../../model/strategy'; export const readOneByExternalId = async (externalId: string) => Strategy.findOne({ externalId });