interface IInstrumentHooks {
    f: any;
    h: IInstrumentHook[];
    i: number;
    n: string;
}

Properties

f h i n

Properties

f: any
i: number
n: string