Type Alias R2FunctionsInput

R2FunctionsInput: {
    deleteFile: {
        auth: string;
        fileKey: string;
    };
    getFileData: {
        auth: string;
        fileKey: string;
    };
    getGuildFileData: {
        fileKey: string;
        guildId: string;
    };
    getTotalFiles: {
        auth: string;
    };
}