import { TWriteable } from '@hellpig/anarchy-shared/Utils'; export type TAbstractOnLoadFunction> = (loaded: TWriteable, options?: O) => T;