UNPKG

@r1tsu/payload

Version:

7 lines 269 B
import type { GlobalConfig } from '../globals/config/types.js'; import APIError from './APIError.js'; declare class DuplicateGlobal extends APIError { constructor(config: GlobalConfig); } export default DuplicateGlobal; //# sourceMappingURL=DuplicateGlobal.d.ts.map