(misc): reindented file with tabs

This commit is contained in:
apetitco 2025-12-20 00:53:04 +01:00
parent b757cb6bb9
commit 7f7c0c12d1

View file

@ -1,6 +1,5 @@
import { isNullish } from '@shared/utils';
import type { Database } from './_base';
import { UserId } from './user';
// import { UserId } from './user';
// describe every function in the object
export interface ITicTacToeDb extends Database {