chore(client/ts): remove unused type definition

This commit is contained in:
Elian Doran
2024-12-21 15:34:15 +02:00
parent efb17c9010
commit 05e49f77e6

View File

@@ -1,7 +0,0 @@
declare module 'attribute_parser';
export function lex(str: string): any[]
export function parse(tokens: any[], str?: string, allowEmptyRelations?: boolean): any[]
export function lexAndParse(str: string, allowEmptyRelations?: boolean): any[]