(misc): reindented file with tabs

This commit is contained in:
apetitco 2025-12-20 00:53:04 +01:00
parent 014ab9fa70
commit 7fe19d1737

View file

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