···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyApikeyDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The name of the API key. */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyApikeyDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The ID of the API key to update. */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyShoutDefs from "../shout/defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The unique identifier of the shout to dislike */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskySongDefs from "../song/defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The unique identifier of the song to dislike */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyShoutDefs from "../shout/defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The unique identifier of the shout to like */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskySongDefs from "../song/defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The unique identifier of the song to like */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyScrobbleDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The title of the track being scrobbled */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyShoutDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The content of the shout */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyShoutDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The unique identifier of the shout to reply to */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskyShoutDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The unique identifier of the shout to report */
···99import type { HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
1010import type * as AppRockskySongDefs from "./defs";
11111212-export type QueryParams = {}
1212+export type QueryParams = {};
13131414export interface InputSchema {
1515 /** The title of the song */
···88import { CID } from "multiformats/cid";
99import { type HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
10101111-export type QueryParams = {}
1111+export type QueryParams = {};
12121313export type InputSchema = undefined;
1414export type HandlerInput = undefined;
···88import { CID } from "multiformats/cid";
99import { type HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
10101111-export type QueryParams = {}
1111+export type QueryParams = {};
12121313export type InputSchema = undefined;
1414export type HandlerInput = undefined;
···88import { CID } from "multiformats/cid";
99import { type HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
10101111-export type QueryParams = {}
1111+export type QueryParams = {};
12121313export type InputSchema = undefined;
1414export type HandlerInput = undefined;
···88import { CID } from "multiformats/cid";
99import { type HandlerAuth, HandlerPipeThrough } from "@atproto/xrpc-server";
10101111-export type QueryParams = {}
1111+export type QueryParams = {};
12121313export type InputSchema = undefined;
1414export type HandlerInput = undefined;
+1-5
apps/api/src/lib/didUnstorageCache.ts
···11-import type {
22- CacheResult,
33- DidCache,
44- DidDocument,
55-} from "@atproto/identity";
11+import type { CacheResult, DidCache, DidDocument } from "@atproto/identity";
62import type { Storage } from "unstorage";
7384const HOUR = 60e3 * 60;