Type Alias InvokeJsonResponse
InvokeJsonResponse: Message<"virtufin.InvokeJsonResponse"> & {
message: string;
responseData: string;
status: string;
success: boolean;
}
Type declaration
message: string
responseData: string
status: string
success: boolean
Generated
from field: string message = 3;