6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
export interface RegisterHookOptions {
|
|
target: string
|
|
handler: Function
|
|
priority?: number
|
|
}
|