export type GetAuthEndpoint<
  I extends FlatObject = {},
  O extends SerializableObject = {}
> = _URL & _AUTH & _ARGS<I> & _PAYLOAD<O>;