Type Alias GetParams<T>

GetParams<T>: {
    options?: RequestInit;
    schema?: z.ZodSchema<T>;
    urlBuilder: URLBuilder;
}

Type for GET parameters

Type Parameters

  • T

    The type of the response