{
  "version": 3,
  "sources": ["../../../src/api/validation/types.ts"],
  "sourcesContent": ["export interface LoggerItem {\n\t/** Which logger recorded the message. */\n\tlog: ( ...args: unknown[] ) => void;\n\t/** What arguments were supplied to the logger. */\n\targs: unknown[];\n}\n\nexport interface Logger {\n\terror: ( ...args: unknown[] ) => void;\n\twarning: ( ...args: unknown[] ) => void;\n\tgetItems: () => LoggerItem[];\n}\n"],
  "mappings": ";;;;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
