type StoreBeforeCreateHandler<R extends UnknownRecord> = ( record: R, source: 'remote' | 'user' ) => R