TOnLoadCallback
Bun

type

OnLoadCallback

type OnLoadCallback = (args: OnLoadArgs) => OnLoadResult | Promise<OnLoadResult>