d: {
auth: (p: Omit<AuthLog, "ts">) => void;
consistency: (p: Omit<ConsistencyLog, "ts">) => void;
listReq: (p: Omit<ListRequestLog, "ts">) => void;
listRes: (p: Omit<ListResultLog, "ts">) => void;
run: (p: Omit<RunLog, "ts">) => void;
wsClose: (p: Omit<WsLifecycleLog, "ts">) => void;
wsDelta: (p: Omit<WsDeltaLog, "ts">) => void;
wsLife: (p: Omit<WsLifecycleLog, "ts">) => void;
} = ...
Type Declaration
auth: (p: Omit<AuthLog, "ts">) => void
consistency: (p: Omit<ConsistencyLog, "ts">) => void
listReq: (p: Omit<ListRequestLog, "ts">) => void
listRes: (p: Omit<ListResultLog, "ts">) => void
run: (p: Omit<RunLog, "ts">) => void
wsClose: (p: Omit<WsLifecycleLog, "ts">) => void
wsDelta: (p: Omit<WsDeltaLog, "ts">) => void
wsLife: (p: Omit<WsLifecycleLog, "ts">) => void