export default async function fetchShareCodes(project: string): Promise<FetchShareCodes> {
  return { data: await Code.find({ project }).lean() }
}