Skip to content

Commit

Permalink
chore(mwcp): export type WrapIdentifierIgnoreRule
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Feb 22, 2024
1 parent 2897e21 commit f3b6d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/midway-component-kmore/src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import type { MiddlewareConfig as MWConfig } from '@waiting/shared-types'
import type { KmoreFactoryOpts, PropagationType, RowLockLevel } from 'kmore'


export type { QuerySpanInfo } from 'kmore'
export type {
QuerySpanInfo,
WrapIdentifierIgnoreRule,
} from 'kmore'


export enum ConfigKey {
Expand Down

0 comments on commit f3b6d80

Please sign in to comment.