import { RR0DataJson } from "@rr0/data";
export interface APIJson extends RR0DataJson {
    type: "api";
}
