Type Alias ReloadRequestResponse

Indicates whether the reload request was registered successfully.

type ReloadRequestResponse = {
    success: boolean;
}
Index

Properties

Properties

success: boolean

Always true when the server successfully registers the request.