/**
 * Labels corresponding to the request-response cycle which indicate the
 * "direction" data is flowing — either to or from the database.
 */
export type IODirection = "toDB" | "fromDB";
//# sourceMappingURL=IODirection.d.ts.map