Type alias MKRequestQueryParams

MKRequestQueryParams: {
    [key: string]: string | number | boolean | null;
}

Type declaration

  • [key: string]: string | number | boolean | null