import type { ICustomDataBase } from '../../schema/shared/types/custom/customData.js'; import type { ICustomDataNote } from '../../schema/v2/types/custom/note.js'; import type { ICustomDataObstacle } from '../../schema/v2/types/custom/obstacle.js'; export default function (customData?: ICustomDataNote & ICustomDataObstacle): T; //# sourceMappingURL=objectToV3.d.ts.map