Interface FetchOptions

      interface FetchOptions {
          cache?: boolean;
          force?: Boolean;
      }

      Properties

      Properties

      cache?: boolean
      force?: Boolean