mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-21 11:06:59 +01:00
feat: split pdf
This commit is contained in:
@@ -22,7 +22,8 @@ export type ToolCategory =
|
||||
| 'list'
|
||||
| 'json'
|
||||
| 'csv'
|
||||
| 'time';
|
||||
| 'time'
|
||||
| 'pdf';
|
||||
|
||||
export interface DefinedTool {
|
||||
type: ToolCategory;
|
||||
|
||||
Reference in New Issue
Block a user