Function: isRestoreContext()
function isRestoreContext(
value: unknown
): value is DatabaseCommandContext & { payload: DatabaseRestorePayload };
Defined in: electron/services/commands/databaseCommandContext.ts:117
Narrows to a restore context (context object plus payload).
Parameters
value
unknown
Returns
value is DatabaseCommandContext & { payload: DatabaseRestorePayload }