interface QueryModel {
    query: string;
}

Properties

Properties

query: string