Interface IPageEventHookResponse

interface IPageEventHookResponse {
    message: string;
    messages?: string[];
}

Hierarchy (view full)

Properties

Properties

message: string
messages?: string[]