feat: text censor (types file)

This commit is contained in:
Chesterkxng
2025-07-08 20:35:56 +02:00
parent d47fc0812d
commit bf5964718d

View File

@@ -0,0 +1,7 @@
export type InitialValuesType = {
wordsToCensor: string;
censoredBySymbol: boolean;
censorSymbol: string;
eachLetter: boolean;
censorWord: string;
};