timer-db
Version:
A library for cubing timer results storage with CouchDB-based synchronization.
7 lines • 516 B
TypeScript
import { StoredAttempt, Attempt } from "./Attempt";
import { StoredSessionMetadata, SessionMetadata } from "./SessionMetadata";
export declare function isValidAttemptData(attempt: Attempt): boolean;
export declare function isValidStoredAttempt(attempt: StoredAttempt): boolean;
export declare function isValidSessionMetadata(sessionMetadata: SessionMetadata): boolean;
export declare function isValidStoredSessionMetadata(storedSessionMetadata: StoredSessionMetadata): boolean;
//# sourceMappingURL=validate.d.ts.map