interface HookOptions {
    name?: string;
}

Properties

Properties

name?: string