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