mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-20 12:09:36 +02:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
|
export interface Query {
|
||
|
name: string;
|
||
|
prefix: string;
|
||
|
template: string;
|
||
|
}
|