export type APIResource = {
    url: string;
};
