export type SomeUpdateQueryParams = [string]; export interface ISomeUpdateQueryResult { }; export interface ISomeUpdateQueryQuery { params: SomeUpdateQueryParams; result: ISomeUpdateQueryResult; };