taskeep-app/models/IQuery.ts
2025-07-22 14:04:38 +02:00

4 lines
74 B
TypeScript

export interface IQuery {
tableName: string;
tableQuery: string;
}