UNPKG

@r1tsu/payload

Version:

7 lines 259 B
import type { Field } from '../fields/config/types.js'; import APIError from './APIError.js'; declare class MissingEditorProp extends APIError { constructor(field: Field); } export default MissingEditorProp; //# sourceMappingURL=MissingEditorProp.d.ts.map