Variable sessionRenewConst
sessionRenew: (
source: string,
) => { payload: { date: number; source: string }; type: "SESSION_RENEW" } = ...
Type Declaration
- (
source: string,
): { payload: { date: number; source: string }; type: "SESSION_RENEW" } Returns { payload: { date: number; source: string }; type: "SESSION_RENEW" }