1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-20 12:09:36 +02:00
flame/client/src/interfaces/Query.ts

5 lines
80 B
TypeScript
Raw Normal View History

2021-06-24 12:53:45 +02:00
export interface Query {
name: string;
prefix: string;
template: string;
}