Interface ICallbackServiceValidate

interface ICallbackServiceValidate {
    reject: ((error) => void);
    resolve: (() => void);
}

Properties

Properties

reject: ((error) => void)

Type declaration

    • (error): void
    • Parameters

      • error: Error

      Returns void

resolve: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc