6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
export type RegisterHookOptions = {
|
|
target: string
|
|
handler: Function
|
|
priority?: number
|
|
}
|