Type Alias FileExistsResponse

FileExistsResponse:
    | { exists: false; uuid?: string }
    | { exists: true; uuid: string }