interface IRCIMIWObjectCallback<T> {
    onSuccess?: (t: T) => void;
    onError?: (code: number) => void;
}

Type Parameters

  • T

Hierarchy (View Summary)

Properties

Properties

onSuccess?: (t: T) => void
onError?: (code: number) => void
MMNEPVFCICPMFPCPTTAAATR