@__dirname/pixiv-web-api
    Preparing search index...

    Function muteItems

    • Parameters

      • query: Query<{ context: "user"; id: number }>

      Returns Promise<
          {
              mute_items: {
                  enabled: boolean;
                  iconUrl: string;
                  isMuted: boolean;
                  label: string;
                  listType: string;
                  type: string;
                  value: string;
              }[];
          },
      >