export interface FilePutError {
    success: boolean;
    message: string;
    value: string;
}
