mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-07 12:24:31 +01:00
feat: text censor (types file)
This commit is contained in:
7
src/pages/tools/string/censor/types.ts
Normal file
7
src/pages/tools/string/censor/types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type InitialValuesType = {
|
||||
wordsToCensor: string;
|
||||
censoredBySymbol: boolean;
|
||||
censorSymbol: string;
|
||||
eachLetter: boolean;
|
||||
censorWord: string;
|
||||
};
|
||||
Reference in New Issue
Block a user