chore: add comment

This commit is contained in:
Ayo Ayco 2024-08-21 09:12:56 +02:00
parent 3bd2082c4e
commit 8a4ef035fc

View file

@ -1,5 +1,9 @@
// @ts-check
/**
* This is just a temporary placeholder for a logger singleton
*/
export type LogOptions = {
force?: boolean
context?: string,