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