UNPKG

modrinthjs

Version:
11 lines (10 loc) 175 B
export type InvalidInputError = { /** * The name of the error */ error: string; /** * The contents of the error */ description: string; };