Interface IObjectProcessor

interface IObjectProcessor {
    processObject: ((object) => void);
}

Properties

Properties

processObject: ((object) => void)

Type declaration

Generated using TypeDoc